patrickvonplaten commited on
Commit
d2de447
·
1 Parent(s): 73ff6df
Files changed (2) hide show
  1. __pycache__/app.cpython-310.pyc +0 -0
  2. app.py +1 -1
__pycache__/app.cpython-310.pyc CHANGED
Binary files a/__pycache__/app.cpython-310.pyc and b/__pycache__/app.cpython-310.pyc differ
 
app.py CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks(css="style.css") as demo:
31
  batch_size = gr.Slider(
32
  label="Batch size",
33
  minimum=0,
34
- maximum=8,
35
  step=1,
36
  value=1,
37
  )
 
31
  batch_size = gr.Slider(
32
  label="Batch size",
33
  minimum=0,
34
+ maximum=16,
35
  step=1,
36
  value=1,
37
  )