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")
|
|
|
318 |
|
319 |
gr.Markdown("<hr>")
|
320 |
with gr.Row():
|
321 |
+
gr.Markdown("## Lineart Anime \n<p>Check Invert to use with Mochi Diffusion. Inverted image can also be created here for use with ControlNet Scribble.")
|
322 |
with gr.Row():
|
323 |
with gr.Column():
|
324 |
input_image = gr.Image(source='upload', type="numpy")
|