hysts HF staff commited on
Commit
605abee
1 Parent(s): 1a719a6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ gr.Interface(
83
  inputs=[
84
  gr.Slider(label='Seed',
85
  minimum=0,
86
- maximum=10000000000,
87
  step=1,
88
  value=3407851645),
89
  gr.Slider(label='Truncation psi',
 
83
  inputs=[
84
  gr.Slider(label='Seed',
85
  minimum=0,
86
+ maximum=np.iinfo(np.uint32).max,
87
  step=1,
88
  value=3407851645),
89
  gr.Slider(label='Truncation psi',