Rahatara commited on
Commit
afd4e22
1 Parent(s): 46ed8ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def format_descriptions(descriptions):
48
  return ' '.join(descriptions).strip()
49
 
50
  # Define Gradio interface
51
- video_input = gr.Video(label="Upload or Record Video", source="upload", type="filepath")
52
  output_text = gr.Textbox(label="Video Analysis")
53
 
54
  # Create Gradio app
 
48
  return ' '.join(descriptions).strip()
49
 
50
  # Define Gradio interface
51
+ video_input = gr.Video(label="Upload or Record Video", type="filepath")
52
  output_text = gr.Textbox(label="Video Analysis")
53
 
54
  # Create Gradio app