Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ with gr.Blocks() as demo:
|
|
| 31 |
create_btn = gr.Button("Create Image")
|
| 32 |
|
| 33 |
with gr.Row():
|
| 34 |
-
img = gr.Image(tool="sketch", label="base image", show_label=True)
|
| 35 |
img1 = gr.Image()
|
| 36 |
img2 = gr.Image(label="mask image", show_label=True)
|
| 37 |
|
|
|
|
| 31 |
create_btn = gr.Button("Create Image")
|
| 32 |
|
| 33 |
with gr.Row():
|
| 34 |
+
img = gr.Image(tool="sketch", label="base image", show_label=True, min_width=600)
|
| 35 |
img1 = gr.Image()
|
| 36 |
img2 = gr.Image(label="mask image", show_label=True)
|
| 37 |
|