kadirnar commited on
Commit
229ff90
·
verified ·
1 Parent(s): d15eeb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,7 +230,7 @@ with gr.Blocks(css=css) as demo:
230
  with gr.Group():
231
  with gr.Row():
232
  with gr.Column():
233
- init_image = gr.Image(label="Input Image", type="pil", tool="sketch")
234
  with gr.Column():
235
  img2img_output = gr.Gallery(label="Output Images", show_label=False).style(grid=2)
236
  strength = gr.Slider(label="Img2Img Strength", minimum=0.0, maximum=1.0, step=0.01, value=0.8)
 
230
  with gr.Group():
231
  with gr.Row():
232
  with gr.Column():
233
+ init_image = gr.Image(label="Input Image", type="pil")
234
  with gr.Column():
235
  img2img_output = gr.Gallery(label="Output Images", show_label=False).style(grid=2)
236
  strength = gr.Slider(label="Img2Img Strength", minimum=0.0, maximum=1.0, step=0.01, value=0.8)