Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,8 @@ import sentencepiece
|
|
3 |
import streamlit as st
|
4 |
import pandas as pd
|
5 |
|
6 |
-
text_1 = "
|
7 |
-
|
8 |
-
text_2 = """ddd"""
|
9 |
|
10 |
st.title("Demo for Biomedical POS Tagging in French with DrBERT")
|
11 |
st.sidebar.write("Model : DrBERT-7GB base CAS corpus POS tagging")
|
|
|
3 |
import streamlit as st
|
4 |
import pandas as pd
|
5 |
|
6 |
+
text_1 = "Patiente atteinte d’une pathologie chronique"
|
7 |
+
text_2 = "Vous êtes amené à prendre en charge un homme de 54 ans qui souffre d’une spondylarthrite ankylosante sévère."
|
|
|
8 |
|
9 |
st.title("Demo for Biomedical POS Tagging in French with DrBERT")
|
10 |
st.sidebar.write("Model : DrBERT-7GB base CAS corpus POS tagging")
|