Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -7
requirements.txt
CHANGED
@@ -1,17 +1,12 @@
|
|
1 |
# --prefer-binary
|
2 |
-
|
3 |
spaces
|
4 |
-
|
5 |
gradio[oauth]
|
6 |
-
|
7 |
#--pre
|
8 |
#--extra-index-url https://download.pytorch.org/whl/cu124
|
9 |
-
|
10 |
numpy
|
11 |
#opencv-python
|
12 |
-
|
13 |
-
|
14 |
-
torchvision
|
15 |
tokenizers
|
16 |
pipeline
|
17 |
safetensors
|
|
|
1 |
# --prefer-binary
|
|
|
2 |
spaces
|
|
|
3 |
gradio[oauth]
|
|
|
4 |
#--pre
|
5 |
#--extra-index-url https://download.pytorch.org/whl/cu124
|
|
|
6 |
numpy
|
7 |
#opencv-python
|
8 |
+
#torch
|
9 |
+
#torchvision
|
|
|
10 |
tokenizers
|
11 |
pipeline
|
12 |
safetensors
|