Spaces:
Runtime error
Runtime error
upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
CHANGED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.9.0+cu111
|
2 |
+
torchvision==0.10.0+cu111
|
3 |
+
torchaudio==0.9.0
|
4 |
+
detectron2==0.6.1
|
5 |
+
transformers
|
6 |
+
openai
|
7 |
+
diffusers[torch]
|
8 |
+
setuptools==59.5.0
|
9 |
+
git+https://github.com/facebookresearch/segment-anything.git
|
10 |
+
openmim
|
11 |
+
mmcv
|
12 |
+
spacy
|
13 |
+
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz
|