Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -11,4 +11,6 @@ tensorboardX==2.0
|
|
| 11 |
git+https://github.com/NVIDIA/[email protected]#egg=dllogger
|
| 12 |
gradio==5.15
|
| 13 |
pydantic==2.10.6
|
| 14 |
-
huggingface-hub
|
|
|
|
|
|
|
|
|
| 11 |
git+https://github.com/NVIDIA/[email protected]#egg=dllogger
|
| 12 |
gradio==5.15
|
| 13 |
pydantic==2.10.6
|
| 14 |
+
# Allow a recent huggingface-hub compatible with Gradio's requirements.
|
| 15 |
+
# Gradio 5.15 requires huggingface-hub>=0.28.1, so allow any 0.x release >=0.28.1
|
| 16 |
+
huggingface-hub>=0.28.1,<1.0.0
|