Update app.py
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ with block:
|
|
272 |
|
273 |
gr.Markdown("<hr>")
|
274 |
with gr.Row():
|
275 |
-
gr.Markdown("## Inpaint \n<p
|
276 |
with gr.Row():
|
277 |
with gr.Column():
|
278 |
input_image = gr.ImageMask(sources="upload", type="numpy", height="auto")
|
|
|
272 |
|
273 |
gr.Markdown("<hr>")
|
274 |
with gr.Row():
|
275 |
+
gr.Markdown("## Inpaint \n<p>画像はツールのUpload buttonを押してアップロードして下さい。")
|
276 |
with gr.Row():
|
277 |
with gr.Column():
|
278 |
input_image = gr.ImageMask(sources="upload", type="numpy", height="auto")
|