tonyassi commited on
Commit
6b87482
1 Parent(s): 968c286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -11,10 +11,10 @@ with gr.Blocks() as demo:
11
 
12
  with gr.Row():
13
  with gr.Column():
14
- sketch_pad = gr.ImageEditor()
15
  generate_button = gr.Button("Generate")
16
- with gr.Column():
17
- version_gallery = gr.Gallery()
18
  restore_button = gr.Button("Restore Version")
19
 
20
  with gr.Accordion("Advanced Settings", open=False):
 
11
 
12
  with gr.Row():
13
  with gr.Column():
14
+ sketch_pad = gr.ImageEditor(label="Inpaint")
15
  generate_button = gr.Button("Generate")
16
+ with gr.Column():
17
+ version_gallery = gr.Gallery(label="Versions")
18
  restore_button = gr.Button("Restore Version")
19
 
20
  with gr.Accordion("Advanced Settings", open=False):