Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -359,7 +359,7 @@ with gr.Blocks(css=css, fill_height=True) as demo:
|
|
359 |
|
360 |
loading_message = gr.Label(label="Status", value="", visible=False) # Added loading message label
|
361 |
|
362 |
-
with gr.Row(
|
363 |
input_image = gr.ImageMask(
|
364 |
type="pil", label="Input Image", layers=True
|
365 |
)
|
|
|
359 |
|
360 |
loading_message = gr.Label(label="Status", value="", visible=False) # Added loading message label
|
361 |
|
362 |
+
with gr.Row():
|
363 |
input_image = gr.ImageMask(
|
364 |
type="pil", label="Input Image", layers=True
|
365 |
)
|