Spaces:
Runtime error
Runtime error
Commit
·
e61bb8b
1
Parent(s):
6d71885
Update app.py
Browse files
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="
|
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)
|