Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
streamlit
|
3 |
+
google-cloud-firestore
|
4 |
+
firebase-admin
|
5 |
+
Werkzeug==2.0.3
|
6 |
+
huggingface_hub==0.4.0
|
7 |
+
torch
|
8 |
+
TTS==0.2.1
|