Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,8 +76,7 @@ youtube_video_assistant = gr.Interface(
|
|
76 |
gr.Text(label="Enter your Question", placeholder="Example: What's the video is about?")],
|
77 |
outputs=gr.TextArea(label="Answers using....some secret llm π€«π:"),
|
78 |
title=title,
|
79 |
-
description=description
|
80 |
-
article=article
|
81 |
)
|
82 |
|
83 |
# launching the web app
|
|
|
76 |
gr.Text(label="Enter your Question", placeholder="Example: What's the video is about?")],
|
77 |
outputs=gr.TextArea(label="Answers using....some secret llm π€«π:"),
|
78 |
title=title,
|
79 |
+
description=description
|
|
|
80 |
)
|
81 |
|
82 |
# launching the web app
|