Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +24 -23
requirements.txt
CHANGED
@@ -1,24 +1,25 @@
|
|
1 |
-
huggingface-hub
|
2 |
-
apscheduler
|
3 |
-
|
4 |
-
--extra-index-url https://download.pytorch.org/whl/cu124
|
5 |
-
torch==2.5.0+cu124; sys_platform != 'darwin'
|
6 |
-
torchvision==0.20.0+cu124; sys_platform != 'darwin'
|
7 |
-
torch==2.5.0; sys_platform == 'darwin'
|
8 |
-
torchvision==0.20.0; sys_platform == 'darwin'
|
9 |
-
|
10 |
-
gradio
|
11 |
-
transformers
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
24 |
matplotlib
|
|
|
1 |
+
huggingface-hub
|
2 |
+
apscheduler
|
3 |
+
|
4 |
+
--extra-index-url https://download.pytorch.org/whl/cu124
|
5 |
+
torch==2.5.0+cu124; sys_platform != 'darwin'
|
6 |
+
torchvision==0.20.0+cu124; sys_platform != 'darwin'
|
7 |
+
torch==2.5.0; sys_platform == 'darwin'
|
8 |
+
torchvision==0.20.0; sys_platform == 'darwin'
|
9 |
+
|
10 |
+
gradio
|
11 |
+
transformers
|
12 |
+
safetensors
|
13 |
+
spaces
|
14 |
+
pillow
|
15 |
+
requests
|
16 |
+
numpy
|
17 |
+
timm
|
18 |
+
einops
|
19 |
+
optimum
|
20 |
+
accelerate
|
21 |
+
opencv-python
|
22 |
+
onnxruntime>=1.12.0
|
23 |
+
pandas==2.1.2
|
24 |
+
ctranslate2>=4.4.0
|
25 |
matplotlib
|