osbm commited on
Commit
dee9163
·
1 Parent(s): 5dabd12

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -0
gradio_app.py CHANGED
@@ -171,6 +171,7 @@ with gr.Blocks() as demo:
171
  precision=0, # integer input
172
  minimum=1,
173
  value=1000,
 
174
  )
175
  seed_num = gr.Number(
176
  label="RNG seed value (can be used for reproducibility):",
 
171
  precision=0, # integer input
172
  minimum=1,
173
  value=1000,
174
+ maximum=10_000,
175
  )
176
  seed_num = gr.Number(
177
  label="RNG seed value (can be used for reproducibility):",