Nahrawy commited on
Commit
de0c08b
1 Parent(s): 5832738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as demo:
97
  out_image = gr.Gallery(label="Generated Image")
98
  with gr.Row():
99
  btn = gr.Button("Run")
100
- with gr.Row()
101
  gr.Examples(examples=examples,
102
  inputs=[prompts,negative_prompts, in_image],
103
  outputs=out_image,
 
97
  out_image = gr.Gallery(label="Generated Image")
98
  with gr.Row():
99
  btn = gr.Button("Run")
100
+ with gr.Row():
101
  gr.Examples(examples=examples,
102
  inputs=[prompts,negative_prompts, in_image],
103
  outputs=out_image,