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