FruitGPT / app.py
Kang-Seong-Jun's picture
Update app.py
d24f37c verified
raw
history blame
352 Bytes
import gradio as gr
description_html = """
<div style="text-align: center;">
    ์ด ๋ชจ๋ธ์€ ๊ณผ์ผ์„ ๋ถ„๋ฅ˜ํ•ด์„œ ํ™•๋ฅ ๋กœ ํ‘œํ˜„ํ•ด์ค๋‹ˆ๋‹ค!<br>
    ๋ถ„๋ฅ˜ํ•˜๊ณ ์ž ํ•˜๋Š” ์ด๋ฏธ์ง€๋ฅผ ๋„ฃ์–ด์ฃผ์„ธ์š”!
</div>
"""
gr.load(
    "models/Kang-Seong-Jun/fruitGPT",
    title="Which Fruit?",
    description=description_html
).launch()