Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -331,7 +331,7 @@ with gr.Blocks() as demo:
|
|
331 |
|
332 |
|
333 |
gr.Markdown("# Insert-Anything")
|
334 |
-
gr.Markdown("###
|
335 |
|
336 |
|
337 |
with gr.Row():
|
@@ -365,6 +365,7 @@ with gr.Blocks() as demo:
|
|
365 |
seed = gr.Slider(label="Seed", minimum=-1, maximum=999999999, step=1, value=666)
|
366 |
gr.Markdown("### Guidelines")
|
367 |
gr.Markdown(" Users can try using different seeds. For example, seeds like 42 and 123456 may produce different effects.")
|
|
|
368 |
|
369 |
run_local_button = gr.Button(value="Run")
|
370 |
|
|
|
331 |
|
332 |
|
333 |
gr.Markdown("# Insert-Anything")
|
334 |
+
gr.Markdown("### Make sure to select the correct mask button!!")
|
335 |
|
336 |
|
337 |
with gr.Row():
|
|
|
365 |
seed = gr.Slider(label="Seed", minimum=-1, maximum=999999999, step=1, value=666)
|
366 |
gr.Markdown("### Guidelines")
|
367 |
gr.Markdown(" Users can try using different seeds. For example, seeds like 42 and 123456 may produce different effects.")
|
368 |
+
gr.Markdown(" Label to Mask means generating a mask by simply inputting a label.")
|
369 |
|
370 |
run_local_button = gr.Button(value="Run")
|
371 |
|