Jimmyzheng-10 commited on
Commit
39494ee
·
verified ·
1 Parent(s): c9b8725

Pin FastAPI and Starlette for Gradio 4 compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
  gradio==4.44.1
2
  huggingface-hub<1.0
 
 
3
  Pillow>=10.0.0
4
  beautifulsoup4>=4.12.0
5
  volcengine-python-sdk[ark]>=1.0.0
 
1
  gradio==4.44.1
2
  huggingface-hub<1.0
3
+ fastapi==0.112.4
4
+ starlette==0.38.6
5
  Pillow>=10.0.0
6
  beautifulsoup4>=4.12.0
7
  volcengine-python-sdk[ark]>=1.0.0