Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
git+https://github.com/facebookresearch/detectron2.git
|
| 4 |
gradio
|
| 5 |
requests
|
|
|
|
| 1 |
+
torch==1.13.1+cpu
|
| 2 |
+
torchvision==0.14.1+cpu
|
| 3 |
git+https://github.com/facebookresearch/detectron2.git
|
| 4 |
gradio
|
| 5 |
requests
|