Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ text2 = gr.Textbox(label="Summary")
|
|
75 |
iface = gr.Interface(fn=classify,
|
76 |
inputs='video',
|
77 |
outputs = [text1,text2,gr.outputs.Label(num_top_classes=3)],
|
78 |
-
|
79 |
iface.launch(inline=False)
|
80 |
|
81 |
|
|
|
75 |
iface = gr.Interface(fn=classify,
|
76 |
inputs='video',
|
77 |
outputs = [text1,text2,gr.outputs.Label(num_top_classes=3)],
|
78 |
+
examples = ['the-life-of-a-star-explained-in-1-minute.mp4'])
|
79 |
iface.launch(inline=False)
|
80 |
|
81 |
|