reab5555 commited on
Commit
29c62c0
·
verified ·
1 Parent(s): ee400a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -555,7 +555,7 @@ iface = gr.Interface(
555
  inputs=[
556
  gr.Video(),
557
  gr.Slider(minimum=1, maximum=20, step=1, value=10, label="Desired FPS"),
558
- gr.Slider(minimum=1, maximum=32, step=1, value=8, label="Batch Size")
559
  ],
560
  outputs=[
561
  gr.Textbox(label="Anomaly Detection Results"),
 
555
  inputs=[
556
  gr.Video(),
557
  gr.Slider(minimum=1, maximum=20, step=1, value=10, label="Desired FPS"),
558
+ gr.Slider(minimum=1, maximum=32, step=1, value=16, label="Batch Size")
559
  ],
560
  outputs=[
561
  gr.Textbox(label="Anomaly Detection Results"),