jmparejaz commited on
Commit
6561a32
·
1 Parent(s): eb135ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -8,4 +8,6 @@ The leopard seal (Hydrurga leptonyx), also referred to as the sea leopard,[3] is
8
 
9
  question = "Name one orca predator"
10
 
11
- gr.Interface.load("huggingface/jmparejaz/qa_bert_finetuned-squad", title=title, inputs=[gr.Textbox( value=context,label="Context", lines=5), gr.Textbox(value=question,label="Question")]).launch()
 
 
 
8
 
9
  question = "Name one orca predator"
10
 
11
+ #gr.Interface.load("huggingface/jmparejaz/qa_bert_finetuned-squad", title=title, inputs=[gr.Textbox( value=context,label="Context", lines=5), gr.Textbox(value=question,label="Question")]).launch()
12
+
13
+ gr.Interface.load("huggingface/jmparejaz/TFqa-finetuned-distilbert-base-cased", title=title, inputs=[gr.Textbox( value=context,label="Context", lines=5), gr.Textbox(value=question,label="Question")]).launch()