Spaces:
Sleeping
Sleeping
“JoeyRiepsaame” Claude Opus 4.5 commited on
Commit ·
11031b3
1
Parent(s): f504551
Fix Gradio/huggingface_hub version compatibility
Browse filesPin compatible versions to fix ImportError: cannot import name 'HfFolder'
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,3 +2,4 @@ gradio>=5.10.0
|
|
| 2 |
numpy>=1.21.0
|
| 3 |
pymoo>=0.6.0
|
| 4 |
seqfold>=0.7.0
|
|
|
|
|
|
| 2 |
numpy>=1.21.0
|
| 3 |
pymoo>=0.6.0
|
| 4 |
seqfold>=0.7.0
|
| 5 |
+
huggingface_hub>=0.21.0
|