aditi2222 commited on
Commit
101ad72
·
1 Parent(s): f520ce2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import joblib
5
 
6
  import gradio as gr
7
 
8
- cdqa_pipeline=joblib.load('aditi2222/new_model') #fitted pipleine
9
 
10
  def generate_answers(query):
11
  prediction = cdqa_pipeline.predict(query, 3) #provides top three responses
 
5
 
6
  import gradio as gr
7
 
8
+ cdqa_pipeline=joblib.load('https://huggingface.co/aditi2222/new_model/blob/main/bert_qa_custom.joblib') #fitted pipleine
9
 
10
  def generate_answers(query):
11
  prediction = cdqa_pipeline.predict(query, 3) #provides top three responses