Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
git+https://github.com/facebookresearch/detectron2.git@5aeb252b194b93dc2879b4ac34bc51a31b5aee13
|
2 |
git+https://github.com/openai/CLIP.git@a9b1bf5
|
3 |
gradio==3.36.1
|
|
|
4 |
torch~=2.0.0
|
5 |
einops~=0.4.1
|
6 |
transformers~=4.26.1
|
|
|
1 |
git+https://github.com/facebookresearch/detectron2.git@5aeb252b194b93dc2879b4ac34bc51a31b5aee13
|
2 |
git+https://github.com/openai/CLIP.git@a9b1bf5
|
3 |
gradio==3.36.1
|
4 |
+
gradio_client==0.2.7
|
5 |
torch~=2.0.0
|
6 |
einops~=0.4.1
|
7 |
transformers~=4.26.1
|