shavarani commited on
Commit
da26f00
1 Parent(s): 84e1515

app.py updated

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ def load_model():
34
 
35
  annotator, candidates_manager = load_model()
36
  st.title("SpEL Prediction Visualization")
 
37
  mention = st.text_input("Enter the text:")
38
  process_button = st.button("Annotate")
39
 
 
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 consideration of 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