Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|