DSatishchandra commited on
Commit
89e74da
Β·
verified Β·
1 Parent(s): c55954b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 or Record Video")
12
 
13
- video_input = gr.Video(label="Upload or Record Delivery Video", source="upload", format="mp4")
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")