Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def process_video(video_file):
|
|
42 |
|
43 |
iface = gr.Interface(
|
44 |
fn=process_video,
|
45 |
-
inputs=
|
46 |
outputs="text",
|
47 |
title="Baseball Runner Status",
|
48 |
description="Upload a baseball video to determine if the runner is out or safe."
|
|
|
42 |
|
43 |
iface = gr.Interface(
|
44 |
fn=process_video,
|
45 |
+
inputs="video",
|
46 |
outputs="text",
|
47 |
title="Baseball Runner Status",
|
48 |
description="Upload a baseball video to determine if the runner is out or safe."
|