gatilin commited on
Commit
596c792
1 Parent(s): 2dd93ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -3,9 +3,8 @@ import os
3
  os.system("pip install gradio==3.42.0")
4
  os.system("pip install 'mmengine>=0.6.0'")
5
  os.system("pip install 'mmcv>=2.0.0rc4,<2.1.0'")
6
- os.system("pip install 'mmdet>=3.0.0,<4.0.0'")
7
  os.system("pip install mmocr")
8
-
9
  import json
10
  import os
11
  from argparse import ArgumentParser
 
3
  os.system("pip install gradio==3.42.0")
4
  os.system("pip install 'mmengine>=0.6.0'")
5
  os.system("pip install 'mmcv>=2.0.0rc4,<2.1.0'")
6
+ os.system("pip install 'mmdet>=3.0.0rc5, < 3.2.0'")
7
  os.system("pip install mmocr")
 
8
  import json
9
  import os
10
  from argparse import ArgumentParser