import gradio as gr description_html = """
🏠이 모델은 차량의 종류를 분류해줍니다!🏢
분류하고자 하는 이미지를 넣어주세요!
""" gr.load( "models/tamon238/cartype", title="Car_Type?🏡", description=description_html ).launch()