gina9726 commited on
Commit
479deb5
1 Parent(s): e7748f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(label, video):
12
  with gr.Blocks() as demo:
13
  with gr.Row():
14
  with gr.Column():
15
- video = gr.PlayableVideo(label="video", title="Input Video")
16
  with gr.Column():
17
  label = gr.Text(label="ground truth")
18
  pred = gr.Text(label="prediction")
 
12
  with gr.Blocks() as demo:
13
  with gr.Row():
14
  with gr.Column():
15
+ video = gr.PlayableVideo(label="video")
16
  with gr.Column():
17
  label = gr.Text(label="ground truth")
18
  pred = gr.Text(label="prediction")