Spaces:
Runtime error
Runtime error
Commit
·
0a0c342
1
Parent(s):
6f6b132
fix typo
Browse files
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
|
| 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()
|