Spaces:
Sleeping
Sleeping
Tracy André
commited on
Commit
·
26c262f
1
Parent(s):
28849b3
updated
Browse files- requirements.txt +3 -4
- run_app.sh +8 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
pandas>=2.0.0
|
| 3 |
-
numpy>=1.21.0
|
| 4 |
matplotlib>=3.5.0
|
| 5 |
seaborn>=0.11.0
|
| 6 |
plotly>=5.0.0
|
|
@@ -8,5 +8,4 @@ scipy>=1.7.0
|
|
| 8 |
scikit-learn>=1.0.0
|
| 9 |
datasets>=2.0.0
|
| 10 |
huggingface_hub>=0.16.0
|
| 11 |
-
pyarrow>=14.0.0
|
| 12 |
-
audioop-lts>=0.2.1
|
|
|
|
| 1 |
+
gradio>=4.20.0
|
| 2 |
pandas>=2.0.0
|
| 3 |
+
numpy>=1.21.0
|
| 4 |
matplotlib>=3.5.0
|
| 5 |
seaborn>=0.11.0
|
| 6 |
plotly>=5.0.0
|
|
|
|
| 8 |
scikit-learn>=1.0.0
|
| 9 |
datasets>=2.0.0
|
| 10 |
huggingface_hub>=0.16.0
|
| 11 |
+
pyarrow>=14.0.0
|
|
|
run_app.sh
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
echo "🚀 Lancement de l'application avec fix Arrow..."
|
| 4 |
+
echo "📋 Environnement: $(conda info --env | grep '*')"
|
| 5 |
+
echo "🔧 Fix ArrowInvalid activé pour gérer les valeurs comme 'Coué - '"
|
| 6 |
+
|
| 7 |
+
# Lancer l'application avec conda run pour assurer l'environnement correct
|
| 8 |
+
conda run python app.py
|