Timjo88 commited on
Commit
a9b74f7
·
1 Parent(s): cd1a1ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -8,10 +8,6 @@ model_name = "deepset/roberta-base-squad2"
8
 
9
  question_answerer = pipeline("question-answering", model=model_name, tokenizer=model_name)
10
 
11
-
12
-
13
-
14
-
15
  interface = gr.Interface.from_pipeline(question_answerer,
16
  title = title,
17
  theme = "blue",
 
8
 
9
  question_answerer = pipeline("question-answering", model=model_name, tokenizer=model_name)
10
 
 
 
 
 
11
  interface = gr.Interface.from_pipeline(question_answerer,
12
  title = title,
13
  theme = "blue",