Spaces:
Running
Running
Jonathan Martone commited on
Commit ·
c1493b0
1
Parent(s): 06affa7
harden(hf): pin huggingface_hub<1.0 (gradio 5.50 oauth needs HfFolder, removed in hub 1.0)
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
gradio[mcp]>=5.0
|
|
|
|
| 2 |
requests>=2.31.0
|
| 3 |
audioop-lts; python_version >= "3.13"
|
|
|
|
| 1 |
gradio[mcp]>=5.0
|
| 2 |
+
huggingface_hub>=0.33.5,<1.0
|
| 3 |
requests>=2.31.0
|
| 4 |
audioop-lts; python_version >= "3.13"
|