Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,7 @@ predictor = Predictor.from_path("structured-prediction-srl-bert.tar.gz")
|
|
122 |
|
123 |
#---------------------------------------------------------------
|
124 |
#---------------------------------------------------------------
|
125 |
-
@st.cache
|
126 |
def claim(text):
|
127 |
import re
|
128 |
def remove_special_chars(text):
|
|
|
122 |
|
123 |
#---------------------------------------------------------------
|
124 |
#---------------------------------------------------------------
|
125 |
+
# @st.cache
|
126 |
def claim(text):
|
127 |
import re
|
128 |
def remove_special_chars(text):
|