Spaces:
Sleeping
Sleeping
Kang-Seong-Jun
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,12 +2,12 @@ import gradio as gr
|
|
2 |
|
3 |
description_html = """
|
4 |
<div style="text-align: center;">
|
5 |
-
์ด ๋ชจ๋ธ์
|
6 |
๋ถ๋ฅํ๊ณ ์ ํ๋ ์ด๋ฏธ์ง๋ฅผ ๋ฃ์ด์ฃผ์ธ์!
|
7 |
</div>
|
8 |
"""
|
9 |
gr.load(
|
10 |
"models/Kang-Seong-Jun/FruitGPT",
|
11 |
-
title="Which
|
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()
|