Spaces:
Sleeping
Sleeping
sunnychenxiwang
commited on
Commit
•
ec0bef1
1
Parent(s):
448b9eb
Update install.py
Browse files- install.py +0 -1
install.py
CHANGED
@@ -2,7 +2,6 @@ import nltk
|
|
2 |
import os
|
3 |
nltk.download('wordnet')
|
4 |
os.system('python -m mim install mmocr')
|
5 |
-
os.system('pip install gradio_client==0.2.7')
|
6 |
os.system('python -m mim install "mmcv==2.0.0rc4"')
|
7 |
os.system('python -m mim install mmengine==0.7.1')
|
8 |
os.system('python -m mim install "mmdet==3.0.0rc5"')
|
|
|
2 |
import os
|
3 |
nltk.download('wordnet')
|
4 |
os.system('python -m mim install mmocr')
|
|
|
5 |
os.system('python -m mim install "mmcv==2.0.0rc4"')
|
6 |
os.system('python -m mim install mmengine==0.7.1')
|
7 |
os.system('python -m mim install "mmdet==3.0.0rc5"')
|