shiveshnavin commited on
Commit
ac8c8e8
·
1 Parent(s): eb9ae0a

Update dockerfile

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +1 -5
Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN pip install -r requirements.txt
16
 
17
  EXPOSE 7860
18
 
19
- CMD ["python","app.py"]
 
16
 
17
  EXPOSE 7860
18
 
19
+ CMD ["python","/app/app.py"]
requirements.txt CHANGED
@@ -1,5 +1 @@
1
- gradio==3.38.0
2
- TTS==0.15.6
3
- numpy==1.22.0;python_version<="3.10"
4
- numpy==1.24.3;python_version>"3.10"
5
- soundfile
 
1
+ TTS==0.15.6