Eitan Lifshits commited on
Commit
0006a58
·
1 Parent(s): d82cb0c

update model to v4

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline
3
  import numpy as np
4
 
5
- model = pipeline("question-answering", model="Eitanli/distilbert-qa-checkpoint-v3")
6
 
7
 
8
  questions = ['which ingredients are mentioned?',
 
2
  from transformers import pipeline
3
  import numpy as np
4
 
5
+ model = pipeline("question-answering", model="Eitanli/distilbert-qa-checkpoint-v4")
6
 
7
 
8
  questions = ['which ingredients are mentioned?',