drixo commited on
Commit
58d7008
·
verified ·
1 Parent(s): 69c74e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="bigscience/bloom-560m",
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