Spaces:
Runtime error
Runtime error
Commit
·
619c1c6
1
Parent(s):
df57751
remove torch
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
torch
|
| 3 |
-
torchvision
|
| 4 |
|
| 5 |
numpy
|
| 6 |
pillow
|
| 7 |
gradio
|
| 8 |
transformers
|
| 9 |
-
supervision
|
|
|
|
| 1 |
+
#--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
+
#torch
|
| 3 |
+
#torchvision
|
| 4 |
|
| 5 |
numpy
|
| 6 |
pillow
|
| 7 |
gradio
|
| 8 |
transformers
|
| 9 |
+
supervision
|