Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
-
torch
|
| 3 |
-
torchvision
|
| 4 |
-
numpy
|
| 5 |
-
diffusers
|
| 6 |
-
segment_anything
|
| 7 |
opencv-python
|
| 8 |
tqdm
|
| 9 |
-
transformers
|
| 10 |
-
gradio
|
|
|
|
| 1 |
+
# --extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
+
torch
|
| 3 |
+
torchvision
|
| 4 |
+
numpy
|
| 5 |
+
diffusers
|
| 6 |
+
segment_anything
|
| 7 |
opencv-python
|
| 8 |
tqdm
|
| 9 |
+
transformers
|
| 10 |
+
gradio
|