Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -172,6 +172,8 @@ with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
|
|
172 |
value=0.7,
|
173 |
)
|
174 |
url = gr.Text(label='URL (Img2Img)', placeholder='e.g https://example.com/image.png')
|
|
|
|
|
175 |
with gr.Row():
|
176 |
prompt = gr.Text(
|
177 |
placeholder="Input prompt",
|
|
|
172 |
value=0.7,
|
173 |
)
|
174 |
url = gr.Text(label='URL (Img2Img)', placeholder='e.g https://example.com/image.png')
|
175 |
+
img_url = gr.Text(label='URL (Image Inpainting)', placeholder='e.g https://example.com/image.png')
|
176 |
+
mask_url = gr.Text(label='URL (Mask Image Inpainting)', placeholder='e.g https://example.com/image.png')
|
177 |
with gr.Row():
|
178 |
prompt = gr.Text(
|
179 |
placeholder="Input prompt",
|