codelion commited on
Commit
7a233fd
·
verified ·
1 Parent(s): 001b623

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def gradio_interface(video_file, user_query: str) -> (str, list):
162
  iface = gr.Interface(
163
  fn=gradio_interface,
164
  inputs=[
165
- gr.Video(label="Upload Video File", source="upload", type="filepath"),
166
  gr.Textbox(label="Analysis Query (optional): guide the focus of the analysis", placeholder="e.g., focus on unusual movements near the entrance")
167
  ],
168
  outputs=[
 
162
  iface = gr.Interface(
163
  fn=gradio_interface,
164
  inputs=[
165
+ gr.Video(label="Upload Video File", type="filepath"),
166
  gr.Textbox(label="Analysis Query (optional): guide the focus of the analysis", placeholder="e.g., focus on unusual movements near the entrance")
167
  ],
168
  outputs=[