Omnibus commited on
Commit
da3a579
·
1 Parent(s): 8f41545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -235,10 +235,8 @@ with gr.Blocks(css="cake.css") as myface:
235
  with gr.Column():
236
  see_prompts=gr.Button("Magic Prompt")
237
  with gr.Row():
238
- with gr.Column():
239
- run=gr.Button("Launch")
240
- with gr.Column():
241
- clear_btn=gr.Button("Clear")
242
  with gr.Row():
243
  output1=gr.Image(label=(f"{model_1}"),visible=True)
244
  output2=gr.Image(label=(f"{model_2}"),visible=True)
 
235
  with gr.Column():
236
  see_prompts=gr.Button("Magic Prompt")
237
  with gr.Row():
238
+ run=gr.Button("Launch")
239
+ clear_btn=gr.Button("Clear")
 
 
240
  with gr.Row():
241
  output1=gr.Image(label=(f"{model_1}"),visible=True)
242
  output2=gr.Image(label=(f"{model_2}"),visible=True)