Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,7 +2,8 @@
|
|
2 |
git+https://github.com/huggingface/transformers.git
|
3 |
peft>=0.11.0
|
4 |
accelerate
|
5 |
-
gradio>=4.
|
|
|
6 |
huggingface_hub>=0.30.0,<1.0
|
7 |
pillow
|
8 |
|
|
|
2 |
git+https://github.com/huggingface/transformers.git
|
3 |
peft>=0.11.0
|
4 |
accelerate
|
5 |
+
gradio>=4.37.2 # any 4.37+ or 5.x is fine
|
6 |
+
gradio_client>=0.10.0
|
7 |
huggingface_hub>=0.30.0,<1.0
|
8 |
pillow
|
9 |
|