Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -31,7 +31,8 @@ torchvision==0.14.1
|
|
| 31 |
transformers==4.36.2
|
| 32 |
numpy<2.0.0
|
| 33 |
Pillow
|
| 34 |
-
gradio==4.44.0
|
|
|
|
| 35 |
sentencepiece
|
| 36 |
protobuf<4
|
| 37 |
|
|
|
|
| 31 |
transformers==4.36.2
|
| 32 |
numpy<2.0.0
|
| 33 |
Pillow
|
| 34 |
+
#gradio==4.44.0
|
| 35 |
+
gradio==4.26.0
|
| 36 |
sentencepiece
|
| 37 |
protobuf<4
|
| 38 |
|