Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ youtube_video_assistant = gr.Interface(
|
|
81 |
fn=get_response,
|
82 |
inputs=[gr.Text(label="Enter the Youtube Video URL:", placeholder="Example: https://www.youtube.com/watch?v=MnDudvCyWpc"),
|
83 |
gr.Text(label="Enter your Question", placeholder="Example: What's the video is about?")],
|
84 |
-
outputs=gr.TextArea(label="Answers using Gemini
|
85 |
title=title,
|
86 |
description=description,
|
87 |
article=article
|
|
|
81 |
fn=get_response,
|
82 |
inputs=[gr.Text(label="Enter the Youtube Video URL:", placeholder="Example: https://www.youtube.com/watch?v=MnDudvCyWpc"),
|
83 |
gr.Text(label="Enter your Question", placeholder="Example: What's the video is about?")],
|
84 |
+
outputs=gr.TextArea(label="Answers using Gemini-1.5-flash:"),
|
85 |
title=title,
|
86 |
description=description,
|
87 |
article=article
|