Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ with block:
|
|
242 |
|
243 |
gr.Markdown("<hr>")
|
244 |
with gr.Row():
|
245 |
-
gr.Markdown("## Inpaint \n<p>Mochi Diffusion
|
246 |
with gr.Row():
|
247 |
with gr.Column():
|
248 |
input_image = gr.Image(source='upload', type="numpy", tool="sketch", height=512)
|
|
|
242 |
|
243 |
gr.Markdown("<hr>")
|
244 |
with gr.Row():
|
245 |
+
gr.Markdown("## Inpaint \n<p>Mochi Diffusion v4.1で使えるようになりました")
|
246 |
with gr.Row():
|
247 |
with gr.Column():
|
248 |
input_image = gr.Image(source='upload', type="numpy", tool="sketch", height=512)
|