Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,8 @@ st.session_state.mytext = ""
|
|
7 |
def semanticComparativeClassification():
|
8 |
st.session_state["respuesta"] = ""
|
9 |
st.session_state["logresp"] = ""
|
|
|
|
|
10 |
|
11 |
apis_urls = [
|
12 |
"https://api-inference.huggingface.co/models/symanto/sn-xlm-roberta-base-snli-mnli-anli-xnli",
|
|
|
7 |
def semanticComparativeClassification():
|
8 |
st.session_state["respuesta"] = ""
|
9 |
st.session_state["logresp"] = ""
|
10 |
+
|
11 |
+
button_placeholder.write( 'Empezamos...' )
|
12 |
|
13 |
apis_urls = [
|
14 |
"https://api-inference.huggingface.co/models/symanto/sn-xlm-roberta-base-snli-mnli-anli-xnli",
|