MNGames commited on
Commit
fc2b4cb
·
verified ·
1 Parent(s): 06ec185

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def process_video(video_file):
42
 
43
  iface = gr.Interface(
44
  fn=process_video,
45
- inputs=gr.inputs.Video(type="mp4", label="Upload a video"),
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."