Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -2,10 +2,11 @@ flask
|
|
| 2 |
transformers
|
| 3 |
torch
|
| 4 |
geopy
|
| 5 |
-
sentencepiece
|
| 6 |
accelerate
|
| 7 |
huggingface_hub
|
| 8 |
requests
|
| 9 |
openai
|
| 10 |
torch # optional; only used if HF emotion model loads successfully
|
| 11 |
-
hf_transfer
|
|
|
|
|
|
|
|
|
| 2 |
transformers
|
| 3 |
torch
|
| 4 |
geopy
|
|
|
|
| 5 |
accelerate
|
| 6 |
huggingface_hub
|
| 7 |
requests
|
| 8 |
openai
|
| 9 |
torch # optional; only used if HF emotion model loads successfully
|
| 10 |
+
hf_transfer
|
| 11 |
+
flask-cors
|
| 12 |
+
sentencepiece
|