Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ transformers==4.29.2
|
|
| 2 |
gradio==3.39.0
|
| 3 |
huggingface-hub==0.14.1
|
| 4 |
requests==2.31.0
|
| 5 |
-
matplotlib==3.7.1
|
|
|
|
|
|
| 2 |
gradio==3.39.0
|
| 3 |
huggingface-hub==0.14.1
|
| 4 |
requests==2.31.0
|
| 5 |
+
matplotlib==3.7.1
|
| 6 |
+
torch>=1.13.0
|