Spaces:
hysts
/
Running on Zero

hysts HF staff commited on
Commit
f1d1439
1 Parent(s): 9921a14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks(css="style.css") as demo:
209
  )
210
  max_length = gr.Slider(
211
  label="Max Length",
212
- minimum=1,
213
  maximum=512,
214
  step=1,
215
  value=50,
 
209
  )
210
  max_length = gr.Slider(
211
  label="Max Length",
212
+ minimum=20,
213
  maximum=512,
214
  step=1,
215
  value=50,