AnimeText_yolo / app.py
narugo1992
Squash all history
134f32d verified
raw
history blame contribute delete
214 Bytes
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',
)