Update app.py
Browse files
app.py
CHANGED
@@ -429,7 +429,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
429 |
gr.Markdown("## Lineart \n<p>Check Invert to use with Mochi Diffusion. Inverted image can also be created here for use with ControlNet Scribble.")
|
430 |
with gr.Row():
|
431 |
with gr.Column():
|
432 |
-
preprocessor_name = gr.Radio(label="Preprocessor", choices=["Lineart", "Lineart Coarse", "Lineart Anime"], type="value",
|
433 |
input_image = gr.Image(label="Input Image", type="numpy", height=512)
|
434 |
invert = gr.Checkbox(label="Invert", value=True)
|
435 |
resolution = gr.Slider(label="resolution", minimum=256, maximum=1024, value=512, step=64)
|
|
|
429 |
gr.Markdown("## Lineart \n<p>Check Invert to use with Mochi Diffusion. Inverted image can also be created here for use with ControlNet Scribble.")
|
430 |
with gr.Row():
|
431 |
with gr.Column():
|
432 |
+
preprocessor_name = gr.Radio(label="Preprocessor", choices=["Lineart", "Lineart Coarse", "Lineart Anime"], type="value", value="Lineart")
|
433 |
input_image = gr.Image(label="Input Image", type="numpy", height=512)
|
434 |
invert = gr.Checkbox(label="Invert", value=True)
|
435 |
resolution = gr.Slider(label="resolution", minimum=256, maximum=1024, value=512, step=64)
|