Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ model_path = "best_model"
|
|
6 |
model = QuestionAnsweringModel("bert", model_path, use_cuda=False)
|
7 |
|
8 |
# Streamlit app
|
9 |
-
st.title("Question Answering Model
|
10 |
|
11 |
# Input fields
|
12 |
context = st.text_area("Context:")
|
|
|
6 |
model = QuestionAnsweringModel("bert", model_path, use_cuda=False)
|
7 |
|
8 |
# Streamlit app
|
9 |
+
st.title("Question Answering Model(Bert Large Uncased)")
|
10 |
|
11 |
# Input fields
|
12 |
context = st.text_area("Context:")
|