Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -47,6 +47,6 @@ RUN pip show TTS
|
|
| 47 |
# RUN python -m TTS.bin.train --help
|
| 48 |
|
| 49 |
# Comando por defecto (se puede sobreescribir en Space)
|
| 50 |
-
CMD ["python", "app.py"]
|
| 51 |
-
|
| 52 |
|
|
|
|
| 47 |
# RUN python -m TTS.bin.train --help
|
| 48 |
|
| 49 |
# Comando por defecto (se puede sobreescribir en Space)
|
| 50 |
+
# CMD ["python", "app.py"]
|
| 51 |
+
CMD ["python", "finetune_xtts_hf.py"]
|
| 52 |
|