Mountchicken commited on
Commit
c0ba2f4
1 Parent(s): 53e582c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@
2
  # Install dependencies
3
  import os
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"')
 
2
  # Install dependencies
3
  import os
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"')