craftgamesnetwork commited on
Commit
252c51f
·
verified ·
1 Parent(s): d4de199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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",