Sarvamangalak commited on
Commit
f3d86cd
·
verified ·
1 Parent(s): 0974f37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -318,13 +318,12 @@ with demo:
318
  queue=True
319
  )
320
 
321
- vid_but.click(
322
- detect_objects_video,
323
- inputs=[video_input, slider_input],
324
- outputs=[video_output],
325
- queue=True
326
- )
327
-
328
 
329
  demo.queue()
330
  import asyncio
 
318
  queue=True
319
  )
320
 
321
+ # vid_but.click(
322
+ # detect_objects_video,
323
+ # inputs=[video_input, slider_input],
324
+ # outputs=[video_output],
325
+ # queue=True
326
+ # )
 
327
 
328
  demo.queue()
329
  import asyncio