Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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():
|