asemxin commited on
Commit
b05c538
·
1 Parent(s): 9d69d7d

Fix: Pin gradio version to 4.44.0 for HF compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -3
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- gradio>=4.0.0
2
  fastapi>=0.100.0
3
  uvicorn>=0.23.0
4
  httpx>=0.25.0
5
- google-generativeai>=0.8.0
6
- anthropic>=0.40.0
7
  pydantic>=2.0.0
8
  python-dotenv>=1.0.0
 
1
+ gradio==4.44.0
2
  fastapi>=0.100.0
3
  uvicorn>=0.23.0
4
  httpx>=0.25.0
 
 
5
  pydantic>=2.0.0
6
  python-dotenv>=1.0.0