Kang-Seong-Jun commited on
Commit
3fc0b36
ยท
verified ยท
1 Parent(s): e6e24bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,12 +2,12 @@ import gradio as gr
2
 
3
  description_html = """
4
  <div style="text-align: center;">
5
- ์ด ๋ชจ๋ธ์€ ๊ตญ๊ฐ€๋ณ„ ๋„์‹œ๋ฅผ ๋ถ„๋ฅ˜ํ•ด์„œ ํ™•๋ฅ ๋กœ ํ‘œํ˜„ํ•ด์ค๋‹ˆ๋‹ค!<br>
6
  ๋ถ„๋ฅ˜ํ•˜๊ณ ์ž ํ•˜๋Š” ์ด๋ฏธ์ง€๋ฅผ ๋„ฃ์–ด์ฃผ์„ธ์š”!
7
  </div>
8
  """
9
  gr.load(
10
  "models/Kang-Seong-Jun/FruitGPT",
11
- title="Which city?",
12
  description=description_html
13
  ).launch()
 
2
 
3
  description_html = """
4
  <div style="text-align: center;">
5
+ ์ด ๋ชจ๋ธ์€ ๊ณผ์ผ์„ ๋ถ„๋ฅ˜ํ•ด์„œ ํ™•๋ฅ ๋กœ ํ‘œํ˜„ํ•ด์ค๋‹ˆ๋‹ค!<br>
6
  ๋ถ„๋ฅ˜ํ•˜๊ณ ์ž ํ•˜๋Š” ์ด๋ฏธ์ง€๋ฅผ ๋„ฃ์–ด์ฃผ์„ธ์š”!
7
  </div>
8
  """
9
  gr.load(
10
  "models/Kang-Seong-Jun/FruitGPT",
11
+ title="Which Fruit?",
12
  description=description_html
13
  ).launch()