Spaces:
Runtime error
Runtime error
devopsmarc
commited on
Commit
·
9a88808
1
Parent(s):
8acf9fd
Adding pytorch to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
transformers==4.30.0
|
2 |
gradio>=3.39.0
|
|
|
3 |
python-dotenv>=1.0.0
|
|
|
1 |
transformers==4.30.0
|
2 |
gradio>=3.39.0
|
3 |
+
torch==1.10.1
|
4 |
python-dotenv>=1.0.0
|