Spaces:
Running
Running
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', | |
) | |