narugo commited on
Commit
2f4d09c
·
verified ·
1 Parent(s): 4c38f93

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ from imgutils.generic import YOLOModel
2
+
3
+ model = YOLOModel('deepghs/manga109_yolo')
4
+ model.launch_demo(
5
+ default_iou_threshold=0.7,
6
+ default_model_name='v2021.12.30_s_yv11',
7
+ )