sob111 commited on
Commit
045fbab
·
verified ·
1 Parent(s): fe644e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # CMD ["python", "finetune_xtts_hf.py"]
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