Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
transformers==4.33.0
|
| 2 |
-
torch==1.13.1
|
| 3 |
-
|
|
|
|
| 4 |
gradio==3.36.3
|
|
|
|
| 1 |
transformers==4.33.0
|
| 2 |
+
torch==1.13.1
|
| 3 |
+
torchvision==0.14.1 # Matches PyTorch 1.13.1
|
| 4 |
+
numpy==1.24.4
|
| 5 |
gradio==3.36.3
|