prithivMLmods commited on
Commit
6a0e816
·
verified ·
1 Parent(s): 2cd68a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
214
  num_images = gr.Slider(
215
  label="Number of images",
216
  minimum=1,
217
- maximum=101,
218
  step=1,
219
  value=1,
220
  )
 
214
  num_images = gr.Slider(
215
  label="Number of images",
216
  minimum=1,
217
+ maximum=5,
218
  step=1,
219
  value=1,
220
  )