owaiskha9654 commited on
Commit
88d368f
·
1 Parent(s): 67347eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,5 +40,5 @@ text1 = (
40
  )
41
  description = "Get Youtube Video Summarization. Just Enter Youtube Video link below. Make sure Video has Captions and it is not very Long as Model Computation time will Increase."
42
  Youtube_Video_Link = gr.Textbox("Input Youtube Link here (Note: This will take time if passed a long video)", show_label=False)
43
- App= gr.Interface(fn=summarize, inputs=Youtube_Video_Link, outputs="text", examples=examples, title=title,article=text1)
44
  App.launch()
 
40
  )
41
  description = "Get Youtube Video Summarization. Just Enter Youtube Video link below. Make sure Video has Captions and it is not very Long as Model Computation time will Increase."
42
  Youtube_Video_Link = gr.Textbox("Input Youtube Link here (Note: This will take time if passed a long video)", show_label=False)
43
+ App= gr.Interface(fn=summarize, inputs=Youtube_Video_Link, outputs="text", examples=examples,description=description, title=title,article=text1)
44
  App.launch()