Spaces:
Sleeping
Sleeping
clementsan
commited on
Commit
•
1da1e92
1
Parent(s):
eb94a8f
Add new line to description
Browse files
app.py
CHANGED
@@ -185,11 +185,11 @@ def demo():
|
|
185 |
# qa_chain = gr.Variable()
|
186 |
|
187 |
gr.Markdown(
|
188 |
-
"""<center><h2>PDF-based chatbot
|
189 |
<h3>Ask any questions about your PDF documents, along with follow-ups</h3>
|
190 |
<b>Note:</b> This AI assistant performs retrieval-augmented generation from your PDF documents. \
|
191 |
When generating answers, it takes past questions into account (via conversational memory), and points to specific document sources for clarity purposes</i>
|
192 |
-
<b>Warning:</b> This space uses the free CPU Basic hardware from Hugging Face. Some steps and LLM models used below (free inference endpoints) can take some time to generate a reply.
|
193 |
""")
|
194 |
with gr.Tab("Step 1 - Document pre-processing"):
|
195 |
with gr.Row():
|
|
|
185 |
# qa_chain = gr.Variable()
|
186 |
|
187 |
gr.Markdown(
|
188 |
+
"""<center><h2>PDF-based chatbot (powered by LangChain and open-source LLMs)</center></h2>
|
189 |
<h3>Ask any questions about your PDF documents, along with follow-ups</h3>
|
190 |
<b>Note:</b> This AI assistant performs retrieval-augmented generation from your PDF documents. \
|
191 |
When generating answers, it takes past questions into account (via conversational memory), and points to specific document sources for clarity purposes</i>
|
192 |
+
<br><b>Warning:</b> This space uses the free CPU Basic hardware from Hugging Face. Some steps and LLM models used below (free inference endpoints) can take some time to generate a reply.
|
193 |
""")
|
194 |
with gr.Tab("Step 1 - Document pre-processing"):
|
195 |
with gr.Row():
|