Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ st.title("Demo for Biomedical POS Tagging in French with DrBERT")
|
|
10 |
st.sidebar.write("Model : DrBERT-7GB base CAS corpus POS tagging")
|
11 |
st.sidebar.write("For details of model: 'https://huggingface.co/Dr-BERT/DrBERT-7GB'")
|
12 |
|
13 |
-
model_checkpoint = "Dr-BERT/
|
14 |
aggregation = "simple"
|
15 |
|
16 |
st.subheader("Select Text")
|
|
|
10 |
st.sidebar.write("Model : DrBERT-7GB base CAS corpus POS tagging")
|
11 |
st.sidebar.write("For details of model: 'https://huggingface.co/Dr-BERT/DrBERT-7GB'")
|
12 |
|
13 |
+
model_checkpoint = "Dr-BERT/CAS-Biomedical-POS-Tagging"
|
14 |
aggregation = "simple"
|
15 |
|
16 |
st.subheader("Select Text")
|