network01 commited on
Commit
c0c5194
·
verified ·
1 Parent(s): 09c84cb

Pin compatible Gradio dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- huggingface_hub<1.0
2
- gradio_client==1.3.0
3
- pillow
4
- requests
5
- audioop-lts
 
 
 
1
+ gradio==4.44.0
2
+ gradio_client==1.3.0
3
+ huggingface_hub>=0.30,<1.0
4
+ fastapi==0.112.4
5
+ starlette==0.38.6
6
+ pillow
7
+ requests