RiverZ commited on
Commit
215f06f
·
verified ·
1 Parent(s): dce6db3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ For more details, check out our [Github Repository](https://github.com/River-Zha
136
  run_button = gr.Button("Run")
137
  with gr.Column():
138
  result = gr.Image(label="Result", show_label=False)
139
- gr.Markdown("⚠️ If your edit didn't work as desired, **try again with another seed** !")
140
  with gr.Accordion("Advanced Settings", open=True):
141
 
142
  seed = gr.Slider(
 
136
  run_button = gr.Button("Run")
137
  with gr.Column():
138
  result = gr.Image(label="Result", show_label=False)
139
+ gr.Markdown("⚠️ If your edit didn't work as desired, **try again with another seed** ! <br> If you use our example, don't forget to uncheck the random seed option. Otherwise, it will still use a random seed.")
140
  with gr.Accordion("Advanced Settings", open=True):
141
 
142
  seed = gr.Slider(