Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -233,9 +233,7 @@ with gr.Blocks(css="cake.css") as myface:
|
|
233 |
input_text=gr.Textbox(label="Short Prompt")
|
234 |
prompt=gr.Textbox(label="Text to Image",visible=True)
|
235 |
with gr.Column():
|
236 |
-
|
237 |
-
with gr.Column():
|
238 |
-
see_prompts=gr.Button("Magic Prompt")
|
239 |
with gr.Row():
|
240 |
with gr.Column():
|
241 |
run=gr.Button("Launch")
|
|
|
233 |
input_text=gr.Textbox(label="Short Prompt")
|
234 |
prompt=gr.Textbox(label="Text to Image",visible=True)
|
235 |
with gr.Column():
|
236 |
+
see_prompts=gr.Button("Magic Prompt")
|
|
|
|
|
237 |
with gr.Row():
|
238 |
with gr.Column():
|
239 |
run=gr.Button("Launch")
|