Spaces:
Sleeping
Sleeping
shiveshnavin
commited on
Commit
·
ac8c8e8
1
Parent(s):
eb9ae0a
Update dockerfile
Browse files- Dockerfile +1 -1
- 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 |
-
|
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
|
|
|
|
|
|
|
|