Spaces:
Running
Running
gokaygokay
commited on
Commit
•
b5f1f22
1
Parent(s):
d97bb86
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, value=
|
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=random.randint(0,30000))
|
414 |
custom = gr.Textbox(label="Custom Input Prompt (optional)")
|
415 |
subject = gr.Textbox(label="Subject (optional)")
|
416 |
|