Update app.py
Browse files
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",
|
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)
|