Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -288,9 +288,9 @@ def demo():
|
|
288 |
"""<center><h2>PDF-based chatbot</center></h2>
|
289 |
<h3>Ask any questions about your PDF documents</h3>""")
|
290 |
gr.Markdown(
|
291 |
-
"""<b>Note:</b>
|
292 |
-
|
293 |
-
|
294 |
<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.
|
295 |
""")
|
296 |
|
|
|
288 |
"""<center><h2>PDF-based chatbot</center></h2>
|
289 |
<h3>Ask any questions about your PDF documents</h3>""")
|
290 |
gr.Markdown(
|
291 |
+
"""<b>Note:</b> CypherReadPDF is an advanced tool for exploring and analyzing PDF documents.\
|
292 |
+
Using AI models like LLaMA, it allows users to upload PDFs, extract key information, and ask interactive questions about the content.
|
293 |
+
The user interface guides users through the analysis process, while conversational memory ensures answers consider past questions, with document references for clarity.<br>
|
294 |
<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.
|
295 |
""")
|
296 |
|