ManishThota commited on
Commit
9e26eb1
·
verified ·
1 Parent(s): 92f8c5b

Update multi_video_app.py

Browse files
Files changed (1) hide show
  1. multi_video_app.py +1 -1
multi_video_app.py CHANGED
@@ -113,7 +113,7 @@ 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.",
118
  theme=gr.themes.Soft(primary_hue="red", secondary_hue="red"),
119
  allow_flagging="never"
 
113
  fn=gradio_interface,
114
  inputs=[video_files, standing, hands, location, screen],
115
  outputs=[response, download_link],
116
+ title="GSoC Super Rapid Annotator - Batch Video Annotation",
117
  description="Upload multiple videos and process them sequentially, saving the results to a downloadable CSV file.",
118
  theme=gr.themes.Soft(primary_hue="red", secondary_hue="red"),
119
  allow_flagging="never"