Spaces:
Sleeping
Sleeping
Commit
·
07c07f1
1
Parent(s):
52a4c94
- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
transformers==4.30.0
|
2 |
torch==2.0.1
|
3 |
huggingface_hub==0.16.4
|
4 |
-
gradio==3.24.1
|
5 |
-
numpy==1.23.0
|
|
|
|
1 |
+
transformers==4.30.0 --no-deps
|
2 |
torch==2.0.1
|
3 |
huggingface_hub==0.16.4
|
4 |
+
gradio==3.24.1
|
5 |
+
numpy==1.23.0
|
6 |
+
regex==2022.10.31
|