Spaces:
Build error
Build error
Upload app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ col1, col2 = st.columns([3, 3], gap="medium")
|
|
56 |
|
57 |
|
58 |
with st.sidebar:
|
59 |
-
ner_choice = st.selectbox("Select NER Model", ["
|
60 |
|
61 |
if ner_choice == "Spacy":
|
62 |
ner_model = get_spacy_model()
|
|
|
56 |
|
57 |
|
58 |
with st.sidebar:
|
59 |
+
ner_choice = st.selectbox("Select NER Model", ["Spacy", "Alpaca"])
|
60 |
|
61 |
if ner_choice == "Spacy":
|
62 |
ner_model = get_spacy_model()
|