Spaces:
Build error
Build error
Restore missing requirements: Pillow + local-only deps documented as comments
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -7,7 +7,12 @@ gpxpy
|
|
| 7 |
folium
|
| 8 |
plotly
|
| 9 |
pydantic>=2.0.0,<2.11.0
|
|
|
|
|
|
|
| 10 |
transformers
|
| 11 |
torch
|
| 12 |
soundfile
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
folium
|
| 8 |
plotly
|
| 9 |
pydantic>=2.0.0,<2.11.0
|
| 10 |
+
Pillow
|
| 11 |
+
# ASR: transformers + torch as fallback for Hugging Face (no pywhispercpp available there)
|
| 12 |
transformers
|
| 13 |
torch
|
| 14 |
soundfile
|
| 15 |
+
# Local-only ASR dependencies (optional — only work when pywhispercpp native binaries are present)
|
| 16 |
+
# pywhispercpp # Uncomment for local GPU-accelerated ASR
|
| 17 |
+
# miniaudio # Uncomment for local audio resampling (required by pywhispercpp path)
|
| 18 |
+
# llama-cpp-python # Uncomment to run local GGUF LLM instead of mock backend
|