Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from transformers import pipeline
|
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
|
|
|
2 |
from transformers import pipeline
|
3 |
import pandas as pd
|
4 |
import numpy as np
|
5 |
+
#classifier
|
6 |
classifier = pipeline("zero-shot-classification", model="morit/french_xlm_xnli")
|
7 |
|
8 |
# Création d'une entrée pour le texte à analyser
|