BigSalmon commited on
Commit
4bdccb8
·
1 Parent(s): f6cc9b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from nltk.tokenize import sent_tokenize
3
  import re
4
  import stanfordnlp
5
  from bleu import list_bleu
 
6
 
7
  @st.cache(allow_output_mutation=True)
8
  def get_model():
 
3
  import re
4
  import stanfordnlp
5
  from bleu import list_bleu
6
+ import streamlit as st
7
 
8
  @st.cache(allow_output_mutation=True)
9
  def get_model():