We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bdb51 commit 7a00d1aCopy full SHA for 7a00d1a
examples/hf_demo_space/Dockerfile
@@ -28,4 +28,4 @@ RUN pip install --upgrade pip && \
28
29
EXPOSE 7860
30
31
-CMD python -m chainlit run app.py --host 0.0.0.0 --port 7860
+CMD uvicorn api:app --host 0.0.0.0 --port 7860
0 commit comments