Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from pypdf import PdfReader
|
|
| 5 |
# Small multilingual model (CPU friendly)
|
| 6 |
chatbot = pipeline(
|
| 7 |
"text-generation",
|
| 8 |
-
model="
|
| 9 |
max_new_tokens=200
|
| 10 |
)
|
| 11 |
|
|
|
|
| 5 |
# Small multilingual model (CPU friendly)
|
| 6 |
chatbot = pipeline(
|
| 7 |
"text-generation",
|
| 8 |
+
model="drixo/multilingual-doc-assistant",
|
| 9 |
max_new_tokens=200
|
| 10 |
)
|
| 11 |
|