Didier commited on
Commit
91ff6bf
·
verified ·
1 Parent(s): 42aa62b

Update app.py

Browse files

Minor update in comments.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks() as demo:
79
  # Retrieval (ColBERT) + Generation (DSPy & Mistral)
80
  - Note:
81
  - building the retrieval model will be slow on **free CPU** (expect 5+ minutes).
82
- - first question/answer will be slow (2 minutes for model loading). Subsequent question (approx. 10 seconds)
83
  - Usage: upload a few PDF files to index. Build the model. Ask questions.
84
  """)
85
 
 
79
  # Retrieval (ColBERT) + Generation (DSPy & Mistral)
80
  - Note:
81
  - building the retrieval model will be slow on **free CPU** (expect 5+ minutes).
82
+ - first question & answer will be slow (2 minutes for model loading). Subsequent question approx. 10 seconds.
83
  - Usage: upload a few PDF files to index. Build the model. Ask questions.
84
  """)
85