app.py updated
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def load_model():
|
|
34 |
|
35 |
annotator, candidates_manager = load_model()
|
36 |
st.title("SpEL Prediction Visualization")
|
37 |
-
st.caption('Running the \"[SpEL-base-step3-500K.pt](https://vault.sfu.ca/index.php/s/8nw5fFXdz2yBP5z/download)\" model without
|
38 |
mention = st.text_input("Enter the text:")
|
39 |
process_button = st.button("Annotate")
|
40 |
|
|
|
34 |
|
35 |
annotator, candidates_manager = load_model()
|
36 |
st.title("SpEL Prediction Visualization")
|
37 |
+
st.caption('Running the \"[SpEL-base-step3-500K.pt](https://vault.sfu.ca/index.php/s/8nw5fFXdz2yBP5z/download)\" model without any hand-crafted candidate sets. For more information please checkout [SpEL\'s github repository](https://github.com/shavarani/SpEL).')
|
38 |
mention = st.text_input("Enter the text:")
|
39 |
process_button = st.button("Annotate")
|
40 |
|