Spaces:
Paused
Paused
Commit
•
4adf5b1
1
Parent(s):
f3e1f15
Update app.py (#2)
Browse files- Update app.py (d50d511a17195dac43822260234e2d6fbf196954)
Co-authored-by: Aditya Deshmukh <[email protected]>
app.py
CHANGED
@@ -329,7 +329,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
329 |
with gr.Row():
|
330 |
with gr.Column():
|
331 |
gr.Markdown("### Input image and draw mask")
|
332 |
-
input_image = gr.Image(
|
333 |
|
334 |
task = gr.Radio(
|
335 |
["text-guided", "object-removal", "shape-guided", "image-outpainting"], show_label=False, visible=False
|
|
|
329 |
with gr.Row():
|
330 |
with gr.Column():
|
331 |
gr.Markdown("### Input image and draw mask")
|
332 |
+
input_image = gr.Image(label="Input Image", type="pil")
|
333 |
|
334 |
task = gr.Radio(
|
335 |
["text-guided", "object-removal", "shape-guided", "image-outpainting"], show_label=False, visible=False
|