WensongSong commited on
Commit
a19d671
·
verified ·
1 Parent(s): 60464bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -331,7 +331,7 @@ with gr.Blocks() as demo:
331
 
332
 
333
  gr.Markdown("# Insert-Anything")
334
- gr.Markdown("### Draw mask or upload mask.Only select one of these two methods. Don't forget to click the corresponding button!!")
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