Spaces:
Runtime error
Runtime error
guox
commited on
Commit
·
c5ed7ef
1
Parent(s):
b098586
add numpy to req
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
transformers==4.30.2
|
2 |
gradio==3.0
|
3 |
-
torch==2.0.0
|
|
|
1 |
+
numpy
|
2 |
transformers==4.30.2
|
3 |
gradio==3.0
|
4 |
+
torch==2.0.0
|