ManishThota commited on
Commit
8c1f2bd
·
verified ·
1 Parent(s): 549eba8

Update multi_video_app.py

Browse files
Files changed (1) hide show
  1. multi_video_app.py +1 -1
multi_video_app.py CHANGED
@@ -111,7 +111,7 @@ download_link = gr.File(label="Download CSV")
111
  # Gradio interface setup
112
  interface = gr.Interface(
113
  fn=gradio_interface,
114
- inputs=[video_files, sitting, hands, location, screen],
115
  outputs=[response, download_link],
116
  title="Batch Video Annotation",
117
  description="Upload multiple videos and process them sequentially, saving the results to a downloadable CSV file.",
 
111
  # Gradio interface setup
112
  interface = gr.Interface(
113
  fn=gradio_interface,
114
+ inputs=[video_files, standing, hands, location, screen],
115
  outputs=[response, download_link],
116
  title="Batch Video Annotation",
117
  description="Upload multiple videos and process them sequentially, saving the results to a downloadable CSV file.",