mkshing commited on
Commit
5df33b1
1 Parent(s): e271893

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ with gr.Blocks() as demo:
154
  )
155
  n_samples = gr.Slider(
156
  minimum=1,
157
- maximum=3,
158
  value=2,
159
  label="n_samples",
160
  )
 
154
  )
155
  n_samples = gr.Slider(
156
  minimum=1,
157
+ maximum=2,
158
  value=2,
159
  label="n_samples",
160
  )