Spaces:
Runtime error
Runtime error
Matthew Hollings
commited on
Commit
•
845bb51
1
Parent(s):
fcd285a
Add missing pytorch in requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
gradio==3.29.0
|
2 |
-
transformers==4.28.1
|
|
|
|
1 |
gradio==3.29.0
|
2 |
+
transformers==4.28.1
|
3 |
+
torch==2.0.0
|