atatakun commited on
Commit
2760003
·
verified ·
1 Parent(s): d8e13cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ with block:
260
  gr.Markdown("## Inpaint \n<p>Mochi Diffusion v4.1で使えるようになりました")
261
  with gr.Row():
262
  with gr.Column():
263
- input_image = gr.Image(label="Input Image", type="numpy", tool="sketch", height="auto")
264
  # input_image = gr.ImageMask(sources="upload", type="numpy", height="auto")
265
  # input_image = gr.ImageEditor(sources="upload", type="numpy", height="auto", layers="False", brush=gr.Brush(colors=["#000000"]))
266
  # input_image = gr.Image(source='upload', type="numpy", tool="sketch", height=512)
 
260
  gr.Markdown("## Inpaint \n<p>Mochi Diffusion v4.1で使えるようになりました")
261
  with gr.Row():
262
  with gr.Column():
263
+ input_image = gr.Image(label="Input Image", type="numpy", tools="sketch", height="auto")
264
  # input_image = gr.ImageMask(sources="upload", type="numpy", height="auto")
265
  # input_image = gr.ImageEditor(sources="upload", type="numpy", height="auto", layers="False", brush=gr.Brush(colors=["#000000"]))
266
  # input_image = gr.Image(source='upload', type="numpy", tool="sketch", height=512)