Spaces:
Running
on
Zero
Running
on
Zero
add dependencies
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def process_video(video_path, question):
|
|
88 |
def gradio_interface(video_file, question):
|
89 |
if video_file is None:
|
90 |
return "Please upload a video file."
|
91 |
-
response = process_video(video_file
|
92 |
return response
|
93 |
|
94 |
# Create Gradio app
|
|
|
88 |
def gradio_interface(video_file, question):
|
89 |
if video_file is None:
|
90 |
return "Please upload a video file."
|
91 |
+
response = process_video(video_file, question)
|
92 |
return response
|
93 |
|
94 |
# Create Gradio app
|