A (very) simple, text only chatbot using Society AI inference endpoint

Update Dockerfile
All checks were successful
society-ai-hub-container-cache Actions Demo / build (push) Successful in 26s

This commit is contained in:
Hezi Aharon 2024-11-05 10:10:36 +00:00
parent 57d04e0f2d
commit 792846f6d2

@ -28,5 +28,5 @@ EXPOSE 7860
# Set environment variables
ENV GRADIO_SERVER_NAME="0.0.0.0"
# Run the application
CMD ["python", "app.py"]