Anonymous commited on
Commit
6d9f96d
1 Parent(s): dff909e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,7 +279,7 @@ with gr.Blocks(css=css) as demo:
279
  with gr.Row():
280
  seed = gr.Slider(label='Random Seed',
281
  minimum=0,
282
- maximum=1000,
283
  step=1,
284
  value=123)
285
 
 
279
  with gr.Row():
280
  seed = gr.Slider(label='Random Seed',
281
  minimum=0,
282
+ maximum=10000,
283
  step=1,
284
  value=123)
285