Spaces:
Sleeping
Sleeping
Update app.py
Browse filesMinor update in comments.
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
|
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 |
|