Longxiang-ai commited on
Commit
01d812c
·
1 Parent(s): 7a2a3df

Pin huggingface_hub version for Gradio compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -15,8 +15,9 @@ Pillow>=9.0.0
15
  numpy>=1.23.0
16
 
17
  # HuggingFace
18
- huggingface_hub
19
 
20
  # Gradio and Spaces
21
  gradio==4.44.0
 
22
  spaces
 
15
  numpy>=1.23.0
16
 
17
  # HuggingFace
18
+ huggingface_hub>=0.20.0,<0.24.0
19
 
20
  # Gradio and Spaces
21
  gradio==4.44.0
22
+ gradio_client==1.3.0
23
  spaces