Spaces:
Running
Running
| # Mise à jour de pip | |
| pip install --upgrade pip | |
| # Installation des dépendances du requirements.txt | |
| pip install -r requirements.txt | |
| # Téléchargement explicite du modèle SpaCy français | |
| python -m spacy download fr_core_news_sm |