Suminbaik / app.py
Sban57's picture
Create app.py
c6402cb verified
raw
history blame contribute delete
346 Bytes
import gradio as gr
description_html = """
<div style="text-align: center;">
    🏠이 모델은 피자 라면 파스타를 분류해줘요🏢<br>
    분류하고자 하는 이미지를 넣어주세요!
</div>
"""
gr.load(
    "models/Sban57/ske_sk",
    title="food",
    description=description_html
).launch()