RishiRP commited on
Commit
baea3a5
·
verified ·
1 Parent(s): 9bb98dc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -6
requirements.txt CHANGED
@@ -1,12 +1,8 @@
1
  # Core UI
2
  gradio==4.44.0
3
- # gradio 4.44.0 pulls gradio-client 1.x, which expects websockets.asyncio
4
- websockets>=14,<16
5
 
6
- # Optional (only if you actually use them)
7
- fastapi==0.115.0
8
- uvicorn==0.30.6
9
- pydantic<3
10
 
11
  # If you really need model libs, uncomment:
12
  # transformers==4.44.2
 
1
  # Core UI
2
  gradio==4.44.0
3
+ gradio_client==1.5.0
4
+ websockets>=10,<13
5
 
 
 
 
 
6
 
7
  # If you really need model libs, uncomment:
8
  # transformers==4.44.2