Spaces:
Runtime error
Runtime error
Commit
·
9276c0d
1
Parent(s):
2485275
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ SPECIFIC_TAG=":__entity__"
|
|
18 |
|
19 |
|
20 |
|
21 |
-
|
22 |
@st.cache(suppress_st_warning=True, allow_output_mutation=True)
|
23 |
def POS_get_model(model_name):
|
24 |
val = SequenceTagger.load(model_name) # Load the model
|
|
|
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
|