Update app.py
Browse files
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 |
-
|
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):
|