Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
transformers
|
2 |
streamlit
|
3 |
-
Werkzeug==2.0.3
|
4 |
-
huggingface_hub==0.4.0
|
|
|
|
|
5 |
torch
|
6 |
-
TTS==0.2.1
|
|
|
|
1 |
transformers
|
2 |
streamlit
|
3 |
+
#Werkzeug==2.0.3
|
4 |
+
#huggingface_hub==0.4.0
|
5 |
+
Werkzeug
|
6 |
+
huggingface_hub
|
7 |
torch
|
8 |
+
#TTS==0.2.1
|
9 |
+
TTS
|