Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ with gr.Blocks() as demo:
|
|
| 58 |
with gr.Accordion("Advanced options", open=False):
|
| 59 |
with gr.Group():
|
| 60 |
with gr.Row():
|
| 61 |
-
seed = gr.Slider(
|
| 62 |
label="Seed",
|
| 63 |
minimum=0,
|
| 64 |
maximum=99999999,
|
|
|
|
| 58 |
with gr.Accordion("Advanced options", open=False):
|
| 59 |
with gr.Group():
|
| 60 |
with gr.Row():
|
| 61 |
+
with seed = gr.Slider(
|
| 62 |
label="Seed",
|
| 63 |
minimum=0,
|
| 64 |
maximum=99999999,
|