Spaces:
Running
Running
File size: 214 Bytes
134f32d |
1 2 3 4 5 6 7 8 9 |
from imgutils.generic import YOLOModel
model = YOLOModel('deepghs/AnimeText_yolo')
model.launch_demo(
default_iou_threshold=0.35,
default_conf_threshold=0.05,
default_model_name='yolo12m_animetext',
)
|