Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ gr.close_all()
|
|
52 |
gr.close_all()
|
53 |
|
54 |
demo = gr.Interface(
|
55 |
-
fn=
|
56 |
inputs=[gr.Textbox(label="Input YouTube video url to summarize", lines=1)],
|
57 |
outputs=[gr.Textbox(label="Summarized YouTube video Script", lines=4)],
|
58 |
title="Project 02: YouTube Video Script Summarizer",
|
|
|
52 |
gr.close_all()
|
53 |
|
54 |
demo = gr.Interface(
|
55 |
+
fn=get_youtube_transcript,
|
56 |
inputs=[gr.Textbox(label="Input YouTube video url to summarize", lines=1)],
|
57 |
outputs=[gr.Textbox(label="Summarized YouTube video Script", lines=4)],
|
58 |
title="Project 02: YouTube Video Script Summarizer",
|