Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,9 +8,9 @@ def analyze_and_decide(video):
|
|
8 |
return decision, prediction_path, replay_path
|
9 |
|
10 |
with gr.Blocks() as demo:
|
11 |
-
gr.Markdown("## π LBW Analysis App - Upload
|
12 |
|
13 |
-
video_input = gr.Video(label="Upload
|
14 |
|
15 |
with gr.Row():
|
16 |
decision_out = gr.Textbox(label="Decision: OUT or NOT OUT")
|
|
|
8 |
return decision, prediction_path, replay_path
|
9 |
|
10 |
with gr.Blocks() as demo:
|
11 |
+
gr.Markdown("## π LBW Analysis App - Upload Delivery Video")
|
12 |
|
13 |
+
video_input = gr.Video(label="Upload Delivery Video") # Removed unsupported args
|
14 |
|
15 |
with gr.Row():
|
16 |
decision_out = gr.Textbox(label="Decision: OUT or NOT OUT")
|