Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -4,11 +4,11 @@ transformers>=4.42.0
|
|
4 |
diffusers
|
5 |
accelerate
|
6 |
|
7 |
-
# --- PINNED GRADIO VERSIONS
|
8 |
gradio==4.31.0
|
9 |
-
gradio-client==0.
|
10 |
|
11 |
# Other dependencies for your app
|
12 |
scipy
|
13 |
python-dotenv
|
14 |
-
Pillow
|
|
|
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
|