shavarani commited on
Commit
96a2369
1 Parent(s): da26f00

app.py updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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
 
 
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