deepaksarika01 commited on
Commit
0a0c342
1 Parent(s): 6f6b132
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -132,7 +132,7 @@ class qa_template:
132
  with gr.Column():
133
  gr.Markdown(dedent(f"""
134
  # video to QA
135
- A test implementation to use vectorstres and mini llms to create
136
  a question answer chatbot interface for _youtube videos_
137
  """))
138
  chatbot = gr.Chatbot()
 
132
  with gr.Column():
133
  gr.Markdown(dedent(f"""
134
  # video to QA
135
+ A test implementation to use vectorstores and mini llms to create
136
  a question answer chatbot interface for _youtube videos_
137
  """))
138
  chatbot = gr.Chatbot()