Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ selected_comment = st.selectbox("Veuillez sélectionner un commentaire", comment
|
|
22 |
text = st.text_input('Entrer le texte à analyser', value=selected_comment)
|
23 |
|
24 |
# Labels candidats pour la classification
|
25 |
-
candidate_labels = [
|
26 |
|
27 |
# Modèle de phrase pour la formation de l'hypothèse
|
28 |
hypothesis_template = "Cet exemple est un {}."
|
|
|
22 |
text = st.text_input('Entrer le texte à analyser', value=selected_comment)
|
23 |
|
24 |
# Labels candidats pour la classification
|
25 |
+
candidate_labels = [0, 1]
|
26 |
|
27 |
# Modèle de phrase pour la formation de l'hypothèse
|
28 |
hypothesis_template = "Cet exemple est un {}."
|