gatilin commited on
Commit
ac15257
·
1 Parent(s): fa2b794

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
 
2
  import os
3
  os.system("pip install mmcv-full==1.7.0")
 
4
  os.system("pip install tensorflow")
5
  os.system("pip install modelscope")
6
 
 
1
 
2
  import os
3
  os.system("pip install mmcv-full==1.7.0")
4
+ os.system("pip install mmdet")
5
  os.system("pip install tensorflow")
6
  os.system("pip install modelscope")
7