Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
torch
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
requests==2.31.0
|
| 3 |
+
beautifulsoup4==4.12.3
|
| 4 |
+
transformers==4.44.2
|
| 5 |
+
torch==2.4.1
|
| 6 |
+
sentencepiece==0.2.0
|
| 7 |
+
protobuf==5.27.3
|