Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ def process_video(video_file):
|
|
118 |
# Create Gradio interface
|
119 |
iface = gr.Interface(
|
120 |
fn=process_video,
|
121 |
-
inputs=gr.Video(
|
122 |
outputs=gr.Textbox(),
|
123 |
title="Video Description with Gemini",
|
124 |
description="Upload a video to get a description using Google Gemini",
|
|
|
118 |
# Create Gradio interface
|
119 |
iface = gr.Interface(
|
120 |
fn=process_video,
|
121 |
+
inputs=gr.Video(),
|
122 |
outputs=gr.Textbox(),
|
123 |
title="Video Description with Gemini",
|
124 |
description="Upload a video to get a description using Google Gemini",
|