Rimi98 commited on
Commit
480b417
·
1 Parent(s): 7e0b9e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- example = ['the-life-of-a-star-explained-in-1-minute.mp4'])
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