import gradio as gr description_html = """
    🏠이 모델은 피자 라면 파스타를 분류해줘요🏢
    분류하고자 하는 이미지를 넣어주세요!
""" gr.load(     "models/Sban57/ske_sk",     title="food",     description=description_html ).launch()