qanastek commited on
Commit
846da51
1 Parent(s): 08720fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/DrBERT-7GB"
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")