Spaces:
Sleeping
Sleeping
Commit ·
e06afeb
1
Parent(s): ea94f7a
Add compatible huggingface_hub version
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@ flask==2.0.3
|
|
| 2 |
werkzeug==2.0.3
|
| 3 |
numpy==1.24.3
|
| 4 |
SpeechRecognition==3.10.0
|
|
|
|
| 5 |
sentence-transformers==2.2.2
|
| 6 |
scikit-learn==1.2.2
|
| 7 |
requests==2.31.0
|
|
|
|
| 2 |
werkzeug==2.0.3
|
| 3 |
numpy==1.24.3
|
| 4 |
SpeechRecognition==3.10.0
|
| 5 |
+
huggingface_hub==0.12.1
|
| 6 |
sentence-transformers==2.2.2
|
| 7 |
scikit-learn==1.2.2
|
| 8 |
requests==2.31.0
|