ajitrajasekharan commited on
Commit
afe091e
1 Parent(s): d154d66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ DEFAULT_TOP_K = 20
17
  SPECIFIC_TAG=":__entity__"
18
 
19
 
20
-
21
  @st.cache(suppress_st_warning=True, allow_output_mutation=True)
22
  def POS_get_model(model_name):
23
  val = SequenceTagger.load(model_name) # Load the model
 
17
  SPECIFIC_TAG=":__entity__"
18
 
19
 
 
20
  @st.cache(suppress_st_warning=True, allow_output_mutation=True)
21
  def POS_get_model(model_name):
22
  val = SequenceTagger.load(model_name) # Load the model