Spaces:
Running
Running
Fix Space startup: pin Python 3.11 and compatible Gradio deps
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
torch>=2.2
|
| 3 |
numpy>=1.24
|
| 4 |
tqdm>=4.66
|
| 5 |
-
huggingface_hub>=0.
|
| 6 |
tokenizers>=0.15
|
|
|
|
| 1 |
+
gradio==5.23.3
|
| 2 |
torch>=2.2
|
| 3 |
numpy>=1.24
|
| 4 |
tqdm>=4.66
|
| 5 |
+
huggingface_hub>=0.30,<1.0
|
| 6 |
tokenizers>=0.15
|