Spaces:
Runtime error
Runtime error
Eitan Lifshits
commited on
Commit
·
e2b2a73
1
Parent(s):
0006a58
update model
Browse files
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-
|
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?',
|