Bils commited on
Commit
b67339a
·
verified ·
1 Parent(s): 5949b9c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -4,11 +4,11 @@ transformers>=4.42.0
4
  diffusers
5
  accelerate
6
 
7
- # --- PINNED GRADIO VERSIONS TO FIX THE BUG ---
8
  gradio==4.31.0
9
- gradio-client==0.15.0
10
 
11
  # Other dependencies for your app
12
  scipy
13
  python-dotenv
14
- Pillow # Pillow explicitly
 
4
  diffusers
5
  accelerate
6
 
7
+ # --- PINNED GRADIO VERSIONS (Corrected) ---
8
  gradio==4.31.0
9
+ gradio-client==0.16.2 # <--- This is the corrected version from the log
10
 
11
  # Other dependencies for your app
12
  scipy
13
  python-dotenv
14
+ Pillow