clementsan commited on
Commit
ceae871
1 Parent(s): 9733941

Add new line to space description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ def demo():
199
  <h3>Ask any questions about your PDF documents, along with follow-ups</h3>
200
  <b>Note:</b> This AI assistant performs retrieval-augmented generation from your PDF documents. \
201
  When generating answers, it takes past questions into account (via conversational memory), and includes document references for clarity purposes.</i>
202
- <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.
203
  """)
204
  with gr.Tab("Step 1 - Document pre-processing"):
205
  with gr.Row():
 
199
  <h3>Ask any questions about your PDF documents, along with follow-ups</h3>
200
  <b>Note:</b> This AI assistant performs retrieval-augmented generation from your PDF documents. \
201
  When generating answers, it takes past questions into account (via conversational memory), and includes document references for clarity purposes.</i>
202
+ <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 an output.<br>
203
  """)
204
  with gr.Tab("Step 1 - Document pre-processing"):
205
  with gr.Row():