Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +12 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
-
pandas
|
| 2 |
-
pyarrow
|
| 3 |
-
ftfy
|
| 4 |
-
langdetect
|
| 5 |
-
sentence-transformers
|
| 6 |
-
huggingface_hub
|
| 7 |
-
datasets
|
| 8 |
-
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 9 |
-
torch==2.5.1
|
| 10 |
-
torchvision==0.20.1
|
| 11 |
-
torchaudio==2.5.1
|
|
|
|
|
|
| 1 |
+
pandas
|
| 2 |
+
pyarrow
|
| 3 |
+
ftfy
|
| 4 |
+
langdetect
|
| 5 |
+
sentence-transformers
|
| 6 |
+
huggingface_hub
|
| 7 |
+
datasets
|
| 8 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 9 |
+
torch==2.5.1
|
| 10 |
+
torchvision==0.20.1
|
| 11 |
+
torchaudio==2.5.1
|
| 12 |
+
gradio
|