Update app.py
Browse files
app.py
CHANGED
@@ -112,6 +112,7 @@ if __name__ == "__main__":
|
|
112 |
pipe_pt = pipeline("token-classification", model=model_ca, tokenizer=tokenizer_ca)
|
113 |
|
114 |
st.sidebar.image("vocali_logo.jpg")
|
|
|
115 |
|
116 |
input_text = st.selectbox(
|
117 |
label = "Choose an language",
|
@@ -130,6 +131,5 @@ if __name__ == "__main__":
|
|
130 |
result_pipe = pipe_ca(text)
|
131 |
out = get_result_text_ca(result_pipe, text)
|
132 |
|
133 |
-
out = get_prediction(text, input_text)
|
134 |
st.markdown(out, unsafe_allow_html=True)
|
135 |
text = ""
|
|
|
112 |
pipe_pt = pipeline("token-classification", model=model_ca, tokenizer=tokenizer_ca)
|
113 |
|
114 |
st.sidebar.image("vocali_logo.jpg")
|
115 |
+
st.sidebar.subheader("Parque Científico de Murcia, Carretera de Madrid km 388. Complejo de Espinardo, 30100 Murcia")
|
116 |
|
117 |
input_text = st.selectbox(
|
118 |
label = "Choose an language",
|
|
|
131 |
result_pipe = pipe_ca(text)
|
132 |
out = get_result_text_ca(result_pipe, text)
|
133 |
|
|
|
134 |
st.markdown(out, unsafe_allow_html=True)
|
135 |
text = ""
|