Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ text2 = gr.Textbox(label="Summary")
|
|
67 |
|
68 |
|
69 |
iface = gr.Interface(fn=classify,
|
70 |
-
inputs=gr.inputs.
|
71 |
outputs = [text1,text2,gr.outputs.Label(num_top_classes=3)])
|
72 |
iface.launch(inline=False)
|
73 |
|
|
|
67 |
|
68 |
|
69 |
iface = gr.Interface(fn=classify,
|
70 |
+
inputs=gr.inputs.Video(source="upload", type="filepath"),
|
71 |
outputs = [text1,text2,gr.outputs.Label(num_top_classes=3)])
|
72 |
iface.launch(inline=False)
|
73 |
|