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

update model

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-v4")
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-v5")
6
 
7
 
8
  questions = ['which ingredients are mentioned?',