itsanurag commited on
Commit
3ecd838
Β·
verified Β·
1 Parent(s): 43f64b0

Update app.py

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