broadfield-dev commited on
Commit
7a414bb
·
verified ·
1 Parent(s): bae52ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -271,7 +271,7 @@ with gr.Blocks() as app:
271
 
272
  with gr.Row():
273
  gr.Markdown("<h5 style='font-size:xx-large;'>Frames:")
274
- cnt=gr.Number(label="Count",minimum=1,maximum=100,precision=0,value=1,min_width=10)
275
 
276
  drop1=gr.Dropdown()
277
  drop2=gr.Dropdown()
 
271
 
272
  with gr.Row():
273
  gr.Markdown("<h5 style='font-size:xx-large;'>Frames:")
274
+ cnt=gr.Number(label="Count",minimum=1,maximum=300,precision=0,value=1,min_width=10)
275
 
276
  drop1=gr.Dropdown()
277
  drop2=gr.Dropdown()