Update app.py
Browse files
app.py
CHANGED
@@ -133,13 +133,13 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
|
133 |
|
134 |
with gr.Row():
|
135 |
prompt = gr.Textbox(
|
136 |
-
label="Text Prompt
|
137 |
show_label=False,
|
138 |
max_lines=1,
|
139 |
-
placeholder="
|
140 |
container=False
|
141 |
)
|
142 |
-
polish_button = gr.Button("
|
143 |
|
144 |
output_img = gr.Image(label="Output Image", show_label=False)
|
145 |
|
|
|
133 |
|
134 |
with gr.Row():
|
135 |
prompt = gr.Textbox(
|
136 |
+
label="Text Prompt",
|
137 |
show_label=False,
|
138 |
max_lines=1,
|
139 |
+
placeholder="Enter your prompt in Korean or English",
|
140 |
container=False
|
141 |
)
|
142 |
+
polish_button = gr.Button("Submit", scale=0)
|
143 |
|
144 |
output_img = gr.Image(label="Output Image", show_label=False)
|
145 |
|