Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
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=[
|