Spaces:
Running
on
Zero
Running
on
Zero
LPX55
commited on
Commit
·
391c5a6
1
Parent(s):
dd06afb
app.py
CHANGED
@@ -292,7 +292,7 @@ with gr.Blocks(css=css) as demo:
|
|
292 |
with gr.TabItem("Inpaint"):
|
293 |
with gr.Column():
|
294 |
# inpaint_image = gr.Image(type="pil", label="Input Image", tool="sketch")
|
295 |
-
inpaint_image = gr.ImageEditor(type="pil", label="Input Image"
|
296 |
|
297 |
inpaint_prompt = gr.Textbox(label="Prompt", info="Describe what to inpaint the mask with", lines=3)
|
298 |
inpaint_model = gr.Dropdown(choices=list(MODELS.keys()), value="RealVisXL V5.0 Lightning", label="Model")
|
|
|
292 |
with gr.TabItem("Inpaint"):
|
293 |
with gr.Column():
|
294 |
# inpaint_image = gr.Image(type="pil", label="Input Image", tool="sketch")
|
295 |
+
inpaint_image = gr.ImageEditor(type="pil", label="Input Image")
|
296 |
|
297 |
inpaint_prompt = gr.Textbox(label="Prompt", info="Describe what to inpaint the mask with", lines=3)
|
298 |
inpaint_model = gr.Dropdown(choices=list(MODELS.keys()), value="RealVisXL V5.0 Lightning", label="Model")
|