mgyigit commited on
Commit
6edc3ec
·
1 Parent(s): d5c3c7e

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -0
gradio_app.py CHANGED
@@ -134,6 +134,7 @@ with gr.Blocks() as demo:
134
  label="RNG seed value (can be used for reproducibility):",
135
  precision=0, # integer input
136
  minimum=0,
 
137
  value = None,
138
  )
139
 
 
134
  label="RNG seed value (can be used for reproducibility):",
135
  precision=0, # integer input
136
  minimum=0,
137
+ maximum=100_000
138
  value = None,
139
  )
140