Update app.py
Browse files
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.
|
| 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 |
|