Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio==4.
|
| 2 |
torch>=2.0.0
|
| 3 |
transformers>=4.35.0
|
| 4 |
pandas>=1.5.0
|
|
@@ -6,3 +6,5 @@ accelerate>=0.20.0
|
|
| 6 |
bitsandbytes>=0.41.0
|
| 7 |
scipy>=1.10.0
|
| 8 |
numpy>=1.24.0
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.36.1
|
| 2 |
torch>=2.0.0
|
| 3 |
transformers>=4.35.0
|
| 4 |
pandas>=1.5.0
|
|
|
|
| 6 |
bitsandbytes>=0.41.0
|
| 7 |
scipy>=1.10.0
|
| 8 |
numpy>=1.24.0
|
| 9 |
+
websockets>=11.0.0
|
| 10 |
+
gradio-client>=0.15.0
|