harithapliyal
commited on
Commit
•
71979cb
1
Parent(s):
081ac3f
Update app.py
Browse files
app.py
CHANGED
@@ -115,4 +115,5 @@ for id in ids:
|
|
115 |
|
116 |
# final prediction with all the joint answers.
|
117 |
pred_finalans = predict_answer(" ".join(ans), question, tokenizer, model)
|
118 |
-
|
|
|
|
115 |
|
116 |
# final prediction with all the joint answers.
|
117 |
pred_finalans = predict_answer(" ".join(ans), question, tokenizer, model)
|
118 |
+
|
119 |
+
st.write('Answer:', pred_finalans)
|