Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -677,7 +677,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
| 677 |
)
|
| 678 |
|
| 679 |
# 텍스트 삽입 컨트롤을 더 명확하게 구분
|
| 680 |
-
with gr.
|
| 681 |
gr.Markdown("### Add Text to Image")
|
| 682 |
text_input = gr.Textbox(
|
| 683 |
label="Text Content",
|
|
|
|
| 677 |
)
|
| 678 |
|
| 679 |
# 텍스트 삽입 컨트롤을 더 명확하게 구분
|
| 680 |
+
with gr.Group():
|
| 681 |
gr.Markdown("### Add Text to Image")
|
| 682 |
text_input = gr.Textbox(
|
| 683 |
label="Text Content",
|