File size: 400 Bytes
501bac8
 
 
 
 
 
 
 
4f5301f
501bac8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
import gradio as gr

 

description_html = """

<div style="text-align: center;">

     ์ด ๋ชจ๋ธ์€ ์ด๋ฏธ์ง€๋ฅผ Bus, City, Dog, Food, Tree ๋กœ ๋ถ„๋ฅ˜ํ•˜์—ฌ ํ™•๋ฅ ๋กœ ํ‘œํ˜„ํ•˜๋Š” ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค.  
     ๋ถ„์„ํ•˜๊ณ ์ž ํ•˜๋Š” ์ด๋ฏธ์ง€๋ฅผ ๋„ฃ์–ด์ฃผ์„ธ์š” :)

</div>

"""

gr.load(

    "models/Poohsocute/gpttree",

    title="Bus/City/Dog/Food/Tree",

    description=description_html

).launch()