gokaygokay commited on
Commit
8511b86
1 Parent(s): 9576f72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -393,7 +393,7 @@ def create_interface():
393
  with gr.Row():
394
  with gr.Column(scale=2):
395
  with gr.Accordion("Basic Settings"):
396
- seed = gr.Number(label="Seed", value=random.randint(0, 1000000), randomize=True)
397
  custom = gr.Textbox(label="Custom Input Prompt (optional)")
398
  subject = gr.Textbox(label="Subject (optional)")
399
 
 
393
  with gr.Row():
394
  with gr.Column(scale=2):
395
  with gr.Accordion("Basic Settings"):
396
+ seed = gr.Number(label="Seed", value=random.randint(0, 1000000))
397
  custom = gr.Textbox(label="Custom Input Prompt (optional)")
398
  subject = gr.Textbox(label="Subject (optional)")
399