Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -43,4 +43,4 @@ RUN pip install --no-cache-dir --upgrade auralis
|
|
43 |
EXPOSE 7860
|
44 |
|
45 |
# Start the Gradio app from the repository
|
46 |
-
CMD ["python", "
|
|
|
43 |
EXPOSE 7860
|
44 |
|
45 |
# Start the Gradio app from the repository
|
46 |
+
CMD ["python", "examples/gradio_example.py"]
|