Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,11 +89,11 @@ def predict_video(input_video):
|
|
89 |
interface = gr.Interface(
|
90 |
fn=predict_video,
|
91 |
inputs=[
|
92 |
-
gr.
|
93 |
],
|
94 |
outputs=[
|
95 |
gr.outputs.Label(label="Class"),
|
96 |
-
gr.outputs.
|
97 |
],
|
98 |
)
|
99 |
|
|
|
89 |
interface = gr.Interface(
|
90 |
fn=predict_video,
|
91 |
inputs=[
|
92 |
+
gr.Video(label="Input Video", type="mp4")
|
93 |
],
|
94 |
outputs=[
|
95 |
gr.outputs.Label(label="Class"),
|
96 |
+
gr.outputs.Video(label="Face with Explainability")
|
97 |
],
|
98 |
)
|
99 |
|