Simon9 commited on
Commit
1b07467
·
verified ·
1 Parent(s): bc7ae0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -770,7 +770,7 @@ with gr.Blocks(title="⚽ Football Performance Analyzer", theme=gr.themes.Soft()
770
  )
771
 
772
  with gr.Row():
773
- video_input = gr.Video(label="📤 Upload Football Video")
774
 
775
  analyze_btn = gr.Button("🚀 Start Analysis Pipeline", variant="primary", size="lg")
776
 
 
770
  )
771
 
772
  with gr.Row():
773
+ video_input = gr.File(label="Upload Football Video", file_types=["video"])
774
 
775
  analyze_btn = gr.Button("🚀 Start Analysis Pipeline", variant="primary", size="lg")
776