Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,8 @@ def generate_summary_and_video(url):
|
|
31 |
demo = gr.Interface(
|
32 |
fn=generate_summary_and_video,
|
33 |
inputs=gr.Textbox(lines=2, placeholder="Enter URL..."),
|
34 |
-
outputs=gr.HTML(label="
|
35 |
-
title="
|
36 |
description="Enter the URL '.'"
|
37 |
)
|
38 |
|
|
|
31 |
demo = gr.Interface(
|
32 |
fn=generate_summary_and_video,
|
33 |
inputs=gr.Textbox(lines=2, placeholder="Enter URL..."),
|
34 |
+
outputs=gr.HTML(label="Results"),
|
35 |
+
title="Summarizer",
|
36 |
description="Enter the URL '.'"
|
37 |
)
|
38 |
|