manga109_yolo / app.py
narugo's picture
Update app.py
fabb0b7 verified
raw
history blame contribute delete
180 Bytes
from imgutils.generic import YOLOModel
model = YOLOModel('deepghs/manga109_yolo')
model.launch_demo(
default_iou_threshold=0.7,
default_model_name='v2023.12.07_s_yv11',
)