malmukhtar commited on
Commit
e61bb8b
·
1 Parent(s): 6d71885

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,5 +86,5 @@ def inference(vid):
86
  demo = gr.Interface(
87
  fn=inference,
88
  inputs=[gr.inputs.Video(type="mp4", label="In")],
89
- outputs=[gr.outputs.Image(type="pil", label="Label"), gr.outputs.Image(type="pil", label="Score per Frame") ,gr.outputs.Label(type="text", label="Confidence score") ]
90
  ).launch(debug=True)
 
86
  demo = gr.Interface(
87
  fn=inference,
88
  inputs=[gr.inputs.Video(type="mp4", label="In")],
89
+ outputs=[gr.outputs.Image(type="pil", label="Label"), gr.outputs.Image(type="pil", label="Score per Frame") ,gr.outputs.Label(type="text", label="Score") ]
90
  ).launch(debug=True)