Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -25,5 +25,5 @@ RUN pip install git+https://github.com/coqui-ai/[email protected]
|
|
| 25 |
COPY . .
|
| 26 |
|
| 27 |
# Comando por defecto
|
| 28 |
-
|
| 29 |
-
CMD ["python", "finetune_xtts_hf.py"]
|
|
|
|
| 25 |
COPY . .
|
| 26 |
|
| 27 |
# Comando por defecto
|
| 28 |
+
CMD ["python", "app.py"]
|
| 29 |
+
# CMD ["python", "finetune_xtts_hf.py"]
|