Spaces:
Runtime error
Runtime error
Update multi_video_app.py
Browse files- 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,
|
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.",
|