Upload app.py
Browse files
app.py
CHANGED
|
@@ -318,7 +318,7 @@ with block:
|
|
| 318 |
|
| 319 |
gr.Markdown("<hr>")
|
| 320 |
with gr.Row():
|
| 321 |
-
gr.Markdown("## Lineart Anime \n<p>Check Invert to use with Mochi Diffusion.
|
| 322 |
with gr.Row():
|
| 323 |
with gr.Column():
|
| 324 |
input_image = gr.Image(source='upload', type="numpy")
|
|
@@ -331,7 +331,7 @@ with block:
|
|
| 331 |
|
| 332 |
gr.Markdown("<hr>")
|
| 333 |
with gr.Row():
|
| 334 |
-
gr.Markdown("## Lineart \n<p>Check Invert to use with Mochi Diffusion.")
|
| 335 |
with gr.Row():
|
| 336 |
with gr.Column():
|
| 337 |
input_image = gr.Image(source='upload', type="numpy")
|
|
|
|
| 318 |
|
| 319 |
gr.Markdown("<hr>")
|
| 320 |
with gr.Row():
|
| 321 |
+
gr.Markdown("## Lineart Anime \n<p>Check Invert to use with Mochi Diffusion.")
|
| 322 |
with gr.Row():
|
| 323 |
with gr.Column():
|
| 324 |
input_image = gr.Image(source='upload', type="numpy")
|
|
|
|
| 331 |
|
| 332 |
gr.Markdown("<hr>")
|
| 333 |
with gr.Row():
|
| 334 |
+
gr.Markdown("## Lineart \n<p>Check Invert to use with Mochi Diffusion. Inverted image can also be created here for use with ControlNet Scribble.")
|
| 335 |
with gr.Row():
|
| 336 |
with gr.Column():
|
| 337 |
input_image = gr.Image(source='upload', type="numpy")
|