Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
description_html = """
|
4 |
<div style="text-align: center;">
|
5 |
-
|
6 |
๋ถ๋ฅํ๊ณ ์ ํ๋ ๋ถ๋์ฐ์ ์ด๋ฏธ์ง๋ฅผ ๋ฃ์ด์ฃผ์ธ์!
|
7 |
</div>
|
8 |
"""
|
@@ -16,6 +16,6 @@ gr.load(
|
|
16 |
['example_images/kitchen.jpg']
|
17 |
],
|
18 |
|
19 |
-
title="
|
20 |
description=description_html
|
21 |
).launch()
|
|
|
2 |
|
3 |
description_html = """
|
4 |
<div style="text-align: center;">
|
5 |
+
๐ ์ด ๋ชจ๋ธ์ ๊ฐ์ข
๋ถ๋์ฐ์ ์ ํ,์ข
๋ฅ๋ฅผ ๋ถ๋ฅํด์ ํ๋ฅ ๋ก ํํํด์ค๋๋ค!๐ข<br>
|
6 |
๋ถ๋ฅํ๊ณ ์ ํ๋ ๋ถ๋์ฐ์ ์ด๋ฏธ์ง๋ฅผ ๋ฃ์ด์ฃผ์ธ์!
|
7 |
</div>
|
8 |
"""
|
|
|
16 |
['example_images/kitchen.jpg']
|
17 |
],
|
18 |
|
19 |
+
title="ํ๊ตญํ ๋ถ๋์ฐ ๋ถ๋ฅ ๋ชจ๋ธ๐ก",
|
20 |
description=description_html
|
21 |
).launch()
|