Kathir0011 commited on
Commit
58464e5
·
verified ·
1 Parent(s): 741e534

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Pro:"),
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