Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ iface = gr.Interface(
|
|
62 |
fn = summarize_youtube_videos,
|
63 |
inputs = [input, OPEN_API_KEY],
|
64 |
outputs = [output]
|
65 |
-
)
|
66 |
title="Summarize YouTube Videos",
|
67 |
description="Enter a keyword to summarize related YouTube videos.",
|
68 |
)
|
|
|
62 |
fn = summarize_youtube_videos,
|
63 |
inputs = [input, OPEN_API_KEY],
|
64 |
outputs = [output]
|
65 |
+
),
|
66 |
title="Summarize YouTube Videos",
|
67 |
description="Enter a keyword to summarize related YouTube videos.",
|
68 |
)
|