kiuk_bro / food
KIUK's picture
Create food
2b61f23 verified
raw
history blame contribute delete
319 Bytes
import gradio as gr
description_html = """
<div style="text-align: center;">
๐Ÿ ์ด ๋ชจ๋ธ์€ ์Œ์‹์˜ ์ข…๋ฅ˜๋ฅผ ๊ตฌ๋ถ„ํ•ด์ค๋‹ˆ๋‹ค!๐Ÿข<br>
๋ถ„๋ฅ˜ํ•˜๊ณ ์ž ํ•˜๋Š” ์ด๋ฏธ์ง€๋ฅผ ๋„ฃ์–ด์ฃผ์„ธ์š”!
</div>
"""
gr.load(
"models/KIUK/Food",
title="KIUK/Food๐Ÿก",
description=description_html
).launch()