Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,10 +3,6 @@ from transformers import pipeline
|
|
3 |
import pandas as pd
|
4 |
import numpy as np
|
5 |
|
6 |
-
df= pd.read_csv('Comments.csv')
|
7 |
-
|
8 |
-
st.dataframe(df) # Same as st.write(df)
|
9 |
-
# Initialisation de la pipeline de classification à zéro tir
|
10 |
classifier = pipeline("zero-shot-classification", model="morit/french_xlm_xnli")
|
11 |
|
12 |
# Création d'une entrée pour le texte à analyser
|
|
|
3 |
import pandas as pd
|
4 |
import numpy as np
|
5 |
|
|
|
|
|
|
|
|
|
6 |
classifier = pipeline("zero-shot-classification", model="morit/french_xlm_xnli")
|
7 |
|
8 |
# Création d'une entrée pour le texte à analyser
|