Rimi98 commited on
Commit
900328d
·
1 Parent(s): 9e391aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ text2 = gr.Textbox(label="Summary")
67
 
68
 
69
  iface = gr.Interface(fn=classify,
70
- inputs=gr.inputs.Audio(source="upload", type="filepath"),
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