Spaces:
Runtime error
Runtime error
ajitrajasekharan
commited on
Commit
•
afe091e
1
Parent(s):
d154d66
Update app.py
Browse files
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
|