Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ with gr.Blocks() as demo:
|
|
148 |
with gr.Row():
|
149 |
orig_image = gr.Image(label="Original Image")
|
150 |
# Allow drawing on the mask (set tool="sketch").
|
151 |
-
mask_image = gr.Image(label="Mask (brush over areas to remove)"
|
152 |
rem_prompt = gr.Textbox(label="Inpainting Prompt", placeholder="Describe the desired changes...")
|
153 |
rem_steps = gr.Slider(minimum=10, maximum=100, step=1, value=50, label="Inference Steps")
|
154 |
rem_guidance = gr.Slider(minimum=1.0, maximum=15.0, step=0.5, value=7.5, label="Guidance Scale")
|
|
|
148 |
with gr.Row():
|
149 |
orig_image = gr.Image(label="Original Image")
|
150 |
# Allow drawing on the mask (set tool="sketch").
|
151 |
+
mask_image = gr.Image(label="Mask (brush over areas to remove)")
|
152 |
rem_prompt = gr.Textbox(label="Inpainting Prompt", placeholder="Describe the desired changes...")
|
153 |
rem_steps = gr.Slider(minimum=10, maximum=100, step=1, value=50, label="Inference Steps")
|
154 |
rem_guidance = gr.Slider(minimum=1.0, maximum=15.0, step=0.5, value=7.5, label="Guidance Scale")
|