Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
gradio>=4.
|
2 |
torch>=2.0.0
|
3 |
torchaudio>=2.0.0
|
4 |
-
transformers>=4.
|
5 |
numpy>=1.24.0
|
6 |
-
huggingface_hub>=0.
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
torch>=2.0.0
|
3 |
torchaudio>=2.0.0
|
4 |
+
transformers>=4.30.0
|
5 |
numpy>=1.24.0
|
6 |
+
huggingface_hub>=0.16.0
|