Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -991,7 +991,7 @@ with gr.Blocks(theme="NoCrypt/miku", css=CSS) as app:
|
|
| 991 |
image_mask_gui = gr.Image(label="Image Mask", type="filepath")
|
| 992 |
strength_gui = gr.Slider(
|
| 993 |
minimum=0.01, maximum=1.0, step=0.01, value=0.55, label="Strength",
|
| 994 |
-
info="This option adjusts the level of changes for img2img and
|
| 995 |
)
|
| 996 |
image_resolution_gui = gr.Slider(
|
| 997 |
minimum=64, maximum=2048, step=64, value=1024, label="Image Resolution",
|
|
|
|
| 991 |
image_mask_gui = gr.Image(label="Image Mask", type="filepath")
|
| 992 |
strength_gui = gr.Slider(
|
| 993 |
minimum=0.01, maximum=1.0, step=0.01, value=0.55, label="Strength",
|
| 994 |
+
info="This option adjusts the level of changes for img2img, repaint and inpaint."
|
| 995 |
)
|
| 996 |
image_resolution_gui = gr.Slider(
|
| 997 |
minimum=64, maximum=2048, step=64, value=1024, label="Image Resolution",
|