Update app.py
Browse files
app.py
CHANGED
@@ -328,8 +328,8 @@ with gr.Blocks() as demo:
|
|
328 |
output_image2 = gr.Image(label="์์ฑ๋ ์ด๋ฏธ์ง #2", height=220, width=220)
|
329 |
output_image4 = gr.Image(label="์์ฑ๋ ์ด๋ฏธ์ง #4", height=220, width=220)
|
330 |
|
331 |
-
output_text = gr.Textbox(label="์ํ ๋ฉ์์ง",
|
332 |
-
prompt_display = gr.Textbox(label="์ฌ์ฉ๋ ํ๋กฌํํธ (์์ด)", visible=True,
|
333 |
|
334 |
# ์ ํ ์ต์
๋ฒํผ ํด๋ฆญ ์ ํ๋กฌํํธ ์
๋ ฅ๋ ์
๋ฐ์ดํธ (ํ๊ตญ์ด ๋ฌธ๊ตฌ)
|
335 |
image_change_btn.click(
|
|
|
328 |
output_image2 = gr.Image(label="์์ฑ๋ ์ด๋ฏธ์ง #2", height=220, width=220)
|
329 |
output_image4 = gr.Image(label="์์ฑ๋ ์ด๋ฏธ์ง #4", height=220, width=220)
|
330 |
|
331 |
+
output_text = gr.Textbox(label="์ํ ๋ฉ์์ง", lines=4)
|
332 |
+
prompt_display = gr.Textbox(label="์ฌ์ฉ๋ ํ๋กฌํํธ (์์ด)", visible=True, lines=4)
|
333 |
|
334 |
# ์ ํ ์ต์
๋ฒํผ ํด๋ฆญ ์ ํ๋กฌํํธ ์
๋ ฅ๋ ์
๋ฐ์ดํธ (ํ๊ตญ์ด ๋ฌธ๊ตฌ)
|
335 |
image_change_btn.click(
|