Spaces:
Running
Running
Commit
·
62d5e97
1
Parent(s):
b263b8b
requirements fix
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
torch
|
2 |
gradio
|
3 |
-
git+https://github.com/facebookresearch/detectron2.git
|
4 |
transformers
|
5 |
-
pillow
|
|
|
|
1 |
torch
|
2 |
gradio
|
|
|
3 |
transformers
|
4 |
+
pillow
|
5 |
+
git+https://github.com/facebookresearch/detectron2.git
|