Spaces:
Build error
Build error
Add width and height
Browse filesSigned-off-by: Aisuko <[email protected]>
app.py
CHANGED
|
@@ -7,7 +7,7 @@ def dummy(img):
|
|
| 7 |
|
| 8 |
with gr.Blocks() as demo:
|
| 9 |
with gr.Row():
|
| 10 |
-
img = gr.Image(tool="sketch", label="base image", show_label=True)
|
| 11 |
img1 = gr.Image()
|
| 12 |
img2 = gr.Image(label="mask image", show_label=True)
|
| 13 |
btn = gr.Button()
|
|
|
|
| 7 |
|
| 8 |
with gr.Blocks() as demo:
|
| 9 |
with gr.Row():
|
| 10 |
+
img = gr.Image(tool="sketch", label="base image", width=512, height=512, show_label=True)
|
| 11 |
img1 = gr.Image()
|
| 12 |
img2 = gr.Image(label="mask image", show_label=True)
|
| 13 |
btn = gr.Button()
|