akseljoonas HF Staff commited on
Commit
0a92384
Β·
verified Β·
1 Parent(s): 86e76ed

Fix: Update deprecated APIs and dependencies

Browse files

## Fix: Update Space to work with current Gradio/dependencies

This PR fixes the following issues preventing the Space from running:

- Relaxed `huggingface_hub` pin from `==0.23.2` to `>=0.23.2` to avoid version conflicts

### Details
The Space is currently showing as `RUNTIME_ERROR`. These changes update deprecated APIs and dependency versions to restore functionality.

---
*This fix was generated by [smolagents/ml-agent](https://huggingface.co/smolagents/ml-agent)*

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  accelerate
2
  diffusers==0.29.0
3
  controlnet_aux==0.0.8
4
- huggingface_hub==0.23.2
5
  insightface==0.7.3
6
  albumentations==1.4.3
7
  numpy==1.26.2
 
1
  accelerate
2
  diffusers==0.29.0
3
  controlnet_aux==0.0.8
4
+ huggingface_hub>=0.23.2
5
  insightface==0.7.3
6
  albumentations==1.4.3
7
  numpy==1.26.2