import gradio as gr description_html = """
🏠이 모델은 검은색돌과 흰색돌, 식물, 과일, 야채를 분류합니다.🏢
분류하고자 하는 이미지를 넣어주세요!
""" gr.load( "models/hanwo2/ST-VG-FU", title="Stone and Plant", description=description_html ).launch()