123Chr1s commited on
Commit
e6d9e2e
·
verified ·
1 Parent(s): ca0b264

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from transformers import pipeline
3
 
4
  # Load the question-answering pipeline
5
- qa_pipeline = pipeline("question-answering", model="ilsp/Meltemi-7B-v1.5")
6
 
7
  # Title of the app
8
  st.title("Question Answering with Meltemi-7B")
 
2
  from transformers import pipeline
3
 
4
  # Load the question-answering pipeline
5
+ qa_pipeline = pipeline("question-answering", model="deepset/roberta-base-squad2")
6
 
7
  # Title of the app
8
  st.title("Question Answering with Meltemi-7B")