Spaces:
Runtime error
Runtime error
imseldrith
commited on
Commit
•
3c20307
1
Parent(s):
2be50cd
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks(title='Text to Image') as demo:
|
|
139 |
|
140 |
with gr.Group(elem_id="page_2", visible=False) as page_2:
|
141 |
with gr.Row(elem_id="prompt_row"):
|
142 |
-
prompt_input0 = gr.Textbox(lines=4, label="prompt", visible=
|
143 |
prompt_input1 = gr.Textbox(lines=4, label="prompt", visible=True)
|
144 |
with gr.Row():
|
145 |
submit_btn = gr.Button(value = "submit",elem_id="erase-btn").style(
|
|
|
139 |
|
140 |
with gr.Group(elem_id="page_2", visible=False) as page_2:
|
141 |
with gr.Row(elem_id="prompt_row"):
|
142 |
+
prompt_input0 = gr.Textbox(lines=4, label="prompt", visible=True)
|
143 |
prompt_input1 = gr.Textbox(lines=4, label="prompt", visible=True)
|
144 |
with gr.Row():
|
145 |
submit_btn = gr.Button(value = "submit",elem_id="erase-btn").style(
|