Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,6 @@ def gradio_generate_status(content_id):
|
|
79 |
else:
|
80 |
return "์ปจํ
์ธ ์์ฑ ์คํจ ๋๋ ID๊ฐ ์๋ชป๋์์ต๋๋ค.", markdown_text
|
81 |
|
82 |
-
# ์ปจํ
์ธ ์์ฑ ์ธํฐํ์ด์ค
|
83 |
# ์ปจํ
์ธ ์์ฑ ์ธํฐํ์ด์ค
|
84 |
iface_create = gr.Interface(
|
85 |
fn=gradio_generate_contents,
|
@@ -87,7 +86,8 @@ iface_create = gr.Interface(
|
|
87 |
gr.TextArea(label="์ปจํ
์ธ ํ
์คํธ"),
|
88 |
gr.Textbox(label="๋ธ๋๋๋ช
"),
|
89 |
gr.Dropdown(label="ํ๋ฉด ๋น์จ", choices=['portrait', 'square', 'landscape'], value='landscape'),
|
90 |
-
gr.Markdown("๋น๋์ค ์คํฌ๋ฆฝํธ ์๋ ์์ฑ ํด๋ฆญ: [์ฌ๊ธฐ๋ฅผ ํด๋ฆญํ์ธ์](https://seawolf2357-hyejascript.hf.space)")
|
|
|
91 |
],
|
92 |
outputs=gr.Textbox(label="์ปจํ
์ธ ID"),
|
93 |
|
|
|
79 |
else:
|
80 |
return "์ปจํ
์ธ ์์ฑ ์คํจ ๋๋ ID๊ฐ ์๋ชป๋์์ต๋๋ค.", markdown_text
|
81 |
|
|
|
82 |
# ์ปจํ
์ธ ์์ฑ ์ธํฐํ์ด์ค
|
83 |
iface_create = gr.Interface(
|
84 |
fn=gradio_generate_contents,
|
|
|
86 |
gr.TextArea(label="์ปจํ
์ธ ํ
์คํธ"),
|
87 |
gr.Textbox(label="๋ธ๋๋๋ช
"),
|
88 |
gr.Dropdown(label="ํ๋ฉด ๋น์จ", choices=['portrait', 'square', 'landscape'], value='landscape'),
|
89 |
+
gr.Markdown("๋น๋์ค ์คํฌ๋ฆฝํธ ์๋ ์์ฑ ํด๋ฆญ: [์ฌ๊ธฐ๋ฅผ ํด๋ฆญํ์ธ์](https://seawolf2357-hyejascript.hf.space)")
|
90 |
+
# ์ถ๊ฐ์ ์ธ ์ธ์๊ฐ ์๋์ง ํ์ธ
|
91 |
],
|
92 |
outputs=gr.Textbox(label="์ปจํ
์ธ ID"),
|
93 |
|