import gradio as gr description_html = """
이 모델은 이미지를 Bus, City, Dog, Food, Tree 로 분류하여 확률로 표현하는 모델입니다.🏢
분석하고자 하는 이미지를 넣어주세요 :)
""" gr.load( "models/Poohsocute/gpttree", title="Bus/City/Dog/Food/Tree", description=description_html ).launch()