Towhidul commited on
Commit
ed05241
1 Parent(s): 6a0831e

Update app.py

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