Docfile commited on
Commit
af1e795
·
verified ·
1 Parent(s): 9df1950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(type="filepath"),
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",