nona_space / app.py
Noonaa's picture
Update app.py
736cd19 verified
raw
history blame contribute delete
407 Bytes
import gradio as gr
description_html = """
<div style="text-align: center;">
์ด ๋ชจ๋ธ์€ ์ด๋ฏธ์ง€๋ฅผ Bus, City, Dog, Food, Tree ๋กœ ๋ถ„๋ฅ˜ํ•˜์—ฌ ํ™•๋ฅ ๋กœ ํ‘œํ˜„ํ•˜๋Š” ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค.๐Ÿข<br>
๋ถ„์„ํ•˜๊ณ ์ž ํ•˜๋Š” ์ด๋ฏธ์ง€๋ฅผ ๋„ฃ์–ด์ฃผ์„ธ์š” :)
</div>
"""
gr.load(
"models/Poohsocute/gpttree",
title="Bus/City/Dog/Food/Tree",
description=description_html
).launch()