Spaces:
Sleeping
Sleeping
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() |