Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -410,7 +410,7 @@ def create_interface():
|
|
| 410 |
with gr.Row():
|
| 411 |
with gr.Column(scale=2):
|
| 412 |
with gr.Accordion("Basic Settings"):
|
| 413 |
-
seed = gr.Slider(0, 30000, label='Seed', step=1,
|
| 414 |
custom = gr.Textbox(label="Custom Input Prompt (optional)")
|
| 415 |
subject = gr.Textbox(label="Subject (optional)")
|
| 416 |
|
|
|
|
| 410 |
with gr.Row():
|
| 411 |
with gr.Column(scale=2):
|
| 412 |
with gr.Accordion("Basic Settings"):
|
| 413 |
+
seed = gr.Slider(0, 30000, label='Seed', step=1, value=12345)
|
| 414 |
custom = gr.Textbox(label="Custom Input Prompt (optional)")
|
| 415 |
subject = gr.Textbox(label="Subject (optional)")
|
| 416 |
|