Manasa1 commited on
Commit
e8a3116
Β·
verified Β·
1 Parent(s): 37e882e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks() as demo:
93
 
94
  with gr.Tab("πŸŽ₯ Video Upload"):
95
  gr.Markdown("### πŸŽ₯ Analyze Uploaded Video")
96
- video_file = gr.File(label="Upload a video file", type="file", file_types=["mp4", "mov", "avi"])
97
  user_query = gr.Textbox(label="What insights are you seeking from the video?", placeholder="Ask anything about the video content.")
98
  analyze_button = gr.Button("πŸ” Analyze Video")
99
  analysis_result = gr.Textbox(label="Analysis Result", interactive=False)
 
93
 
94
  with gr.Tab("πŸŽ₯ Video Upload"):
95
  gr.Markdown("### πŸŽ₯ Analyze Uploaded Video")
96
+ video_file = gr.File(label="Upload a video file", type="filepath", file_types=["mp4", "mov", "avi"])
97
  user_query = gr.Textbox(label="What insights are you seeking from the video?", placeholder="Ask anything about the video content.")
98
  analyze_button = gr.Button("πŸ” Analyze Video")
99
  analysis_result = gr.Textbox(label="Analysis Result", interactive=False)