NickTran
commited on
Commit
•
de57d8a
1
Parent(s):
9fc36d1
add requirements
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio==4.44.0
|
2 |
torch==2.0.1
|
3 |
transformers==4.31.0
|
4 |
-
numpy
|
5 |
pybind11>=2.12
|
|
|
1 |
gradio==4.44.0
|
2 |
torch==2.0.1
|
3 |
transformers==4.31.0
|
4 |
+
numpy>=2.0
|
5 |
pybind11>=2.12
|