File size: 346 Bytes
a23b2d8
 
 
 
e6e24bf
 
a23b2d8
 
 
e6e24bf
 
 
a23b2d8
1
2
3
4
5
6
7
8
9
10
11
12
13
import gradio as gr

description_html = """
<div style="text-align: center;">
    ์ด ๋ชจ๋ธ์€ ๊ตญ๊ฐ€๋ณ„ ๋„์‹œ๋ฅผ ๋ถ„๋ฅ˜ํ•ด์„œ ํ™•๋ฅ ๋กœ ํ‘œํ˜„ํ•ด์ค๋‹ˆ๋‹ค!<br>
    ๋ถ„๋ฅ˜ํ•˜๊ณ ์ž ํ•˜๋Š” ์ด๋ฏธ์ง€๋ฅผ ๋„ฃ์–ด์ฃผ์„ธ์š”!
</div>
"""
gr.load(
    "models/Kang-Seong-Jun/FruitGPT",
    title="Which city?",
    description=description_html
).launch()