Spaces:
Running on Zero
Running on Zero
Fix huggingface_hub version incompatibility with gradio
Browse filesPin huggingface-hub<0.29.0 to retain HfFolder API removed in 0.29.0.
Remove gradio from requirements.txt to avoid conflicting with Space sdk_version.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
accelerate
|
| 2 |
diffusers
|
| 3 |
einops
|
| 4 |
-
|
| 5 |
-
huggingface-hub
|
| 6 |
kornia
|
| 7 |
numpy
|
| 8 |
omegaconf
|
|
|
|
| 1 |
accelerate
|
| 2 |
diffusers
|
| 3 |
einops
|
| 4 |
+
huggingface-hub<0.29.0
|
|
|
|
| 5 |
kornia
|
| 6 |
numpy
|
| 7 |
omegaconf
|