Spaces:
Sleeping
Sleeping
updated requirements for model v3
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ numpy==1.23.5
|
|
2 |
pandas==1.5.3
|
3 |
transformers==4.35.2
|
4 |
torch==2.1.0
|
5 |
-
gradio==4.15.0
|
|
|
|
2 |
pandas==1.5.3
|
3 |
transformers==4.35.2
|
4 |
torch==2.1.0
|
5 |
+
gradio==4.15.0
|
6 |
+
regex==2023.6.3
|