Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -15
requirements.txt
CHANGED
|
@@ -1,19 +1,11 @@
|
|
| 1 |
-
# requirements.txt – BAT_ART (compatible con Hugging Face Spaces – febrero 2026)
|
| 2 |
-
|
| 3 |
-
# Core (obligatorio y sin conflictos)
|
| 4 |
gradio==5.0.0
|
| 5 |
-
pillow==10.4.0
|
| 6 |
-
requests==2.32.3
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
httpx==0.27.2 # Cliente HTTP moderno (mejor manejo de timeouts y errores)
|
| 11 |
-
python-multipart==0.0.12 # Necesario para subir imágenes en Gradio
|
| 12 |
-
|
| 13 |
-
# Servidor interno de Gradio (explícito para evitar sorpresas en Spaces)
|
| 14 |
uvicorn==0.30.6
|
| 15 |
fastapi==0.115.0
|
| 16 |
pydantic==2.9.2
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
tqdm==4.66.5 # Barras de progreso visibles durante batch REVE
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio==5.0.0
|
| 2 |
+
pillow==10.4.0
|
| 3 |
+
requests==2.32.3
|
| 4 |
+
orjson==3.10.7
|
| 5 |
+
httpx==0.27.2
|
| 6 |
+
python-multipart==0.0.12
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
uvicorn==0.30.6
|
| 8 |
fastapi==0.115.0
|
| 9 |
pydantic==2.9.2
|
| 10 |
+
tqdm==4.66.5
|
| 11 |
+
sambanova
|
|
|