Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -13
requirements.txt
CHANGED
|
@@ -1,17 +1,12 @@
|
|
| 1 |
-
gradio==3.50.2
|
| 2 |
-
transformers==4.36.2
|
| 3 |
-
torch==2.1.0
|
| 4 |
-
torchvision==0.16.0
|
| 5 |
-
torchaudio==2.1.0
|
| 6 |
-
spacy==3.7.2
|
| 7 |
-
python-dateutil==2.8.2
|
| 8 |
-
regex==2023.10.3
|
| 9 |
datasets==2.18.0
|
| 10 |
huggingface-hub>=0.19
|
| 11 |
hf-transfer>=0.1.4
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
protobuf==4.24.4
|
|
|
|
|
|
| 1 |
+
gradio==3.50.2
|
| 2 |
+
transformers==4.36.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
datasets==2.18.0
|
| 4 |
huggingface-hub>=0.19
|
| 5 |
hf-transfer>=0.1.4
|
| 6 |
+
torch==2.1.0
|
| 7 |
+
torchvision==0.16.0
|
| 8 |
+
torchaudio==2.1.0
|
| 9 |
+
python-dateutil==2.8.2
|
| 10 |
+
regex==2023.10.3
|
| 11 |
protobuf==4.24.4
|
| 12 |
+
click==8.0.4
|