RishiRP commited on
Commit
4b9fe8d
·
verified ·
1 Parent(s): c807573

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -6
requirements.txt CHANGED
@@ -1,16 +1,14 @@
1
- # --- Core UI ---
2
  gradio==4.44.0
3
- # gradio-client 1.x comes with gradio 4.44.0; don't pin an older client
4
-
5
- # Provide the module path that gradio-client expects:
6
  websockets>=14,<16
7
 
8
- # --- Optional (only keep if you actually use them; otherwise remove for faster builds) ---
9
  fastapi==0.115.0
10
  uvicorn==0.30.6
11
  pydantic<3
12
 
13
- # --- Model stack (uncomment only if you truly need them) ---
14
  # transformers==4.44.2
15
  # accelerate>=0.34.0
16
  # bitsandbytes==0.43.1
 
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
13
  # accelerate>=0.34.0
14
  # bitsandbytes==0.43.1