derat0r commited on
Commit
edd84f4
1 Parent(s): 92fb66c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ from transformers import pipeline
4
 
5
  qa_pipeline = pipeline(
6
  "question-answering",
7
- model="AndrewChar/model-QA-5-epoch-RU",
8
- tokenizer="AndrewChar/model-QA-5-epoch-RU"
9
  )
10
  gen_pipeline = pipeline(
11
  "text-generation",
 
4
 
5
  qa_pipeline = pipeline(
6
  "question-answering",
7
+ model="Den4ikAI/rubert-large-squad",
8
+ tokenizer="Den4ikAI/rubert-large-squad"
9
  )
10
  gen_pipeline = pipeline(
11
  "text-generation",