Spaces:
Runtime error
Runtime error
File size: 3,119 Bytes
89e3833 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
# requirements.txt # Cleaned for deployment on Render (Linux CPU environment) aiofiles==23.2.1 aiohappyeyeballs==2.4.6 aiohttp==3.11.12 aiosignal==1.3.2 albucore==0.0.23 # Optional: Include only if used at runtime albumentations==2.0.5 # Optional: Include only if used at runtime annotated-types==0.7.0 antlr4-python3-runtime==4.9.3 anyio==4.8.0 async-timeout==5.0.1 attrs==25.1.0 blinker==1.9.0 certifi==2025.1.31 charset-normalizer==3.4.1 click==8.1.8 fastapi==0.115.8 ffmpy==0.5.0 # Optional: Include only if used at runtime (ensure ffmpeg installed on Render) filelock==3.13.1 Flask==3.1.0 # Include if using Flask flask-cors==5.0.1 # Include if using Flask frozenlist==1.5.0 fsspec==2024.6.1 gradio==5.17.1 # Include if using Gradio gradio_client==1.7.1 # Optional: Include if app acts as Gradio client h11==0.14.0 httpcore==1.0.7 httpx==0.28.1 huggingface-hub==0.29.1 # Include if downloading from HF Hub hydra-core==1.3.2 # Include if using Hydra idna==3.10 itsdangerous==2.2.0 Jinja2==3.1.4 lightning==2.5.0.post0 # Include if using PL runtime features lightning-utilities==0.12.0 # Include if using PL runtime features markdown-it-py==3.0.0 MarkupSafe==2.1.5 mdurl==0.1.2 mpmath==1.3.0 # Dependency of sympy multidict==6.1.0 networkx==3.3 # Include if using networkx numpy==2.1.2 omegaconf==2.3.0 # Include if using Hydra/OmegaConf opencv-python-headless==4.11.0.86 # Optional: Include only if used at runtime orjson==3.10.15 pandas==2.2.3 # Include if using Pandas pillow==11.0.0 protobuf==5.29.3 pydantic==2.10.6 pydantic_core==2.27.2 pydub==0.25.1 # Optional: Include only if used at runtime (ensure ffmpeg installed on Render) pyparsing==3.2.1 python-multipart==0.0.20 pytorch-lightning==2.5.0.post0 # Include if using PL runtime features (matches 'lightning') pytz==2025.1 PyYAML==6.0.2 regex==2024.11.6 requests==2.32.3 rich==13.9.4 # Optional: Useful for logging/Typer, low overhead safehttpx==0.1.6 safetensors==0.5.2 # Recommended for loading HF models scipy==1.15.2 # Include if using SciPy functions semantic-version==2.10.0 sentry-sdk==2.22.0 # Optional: Include only if using Sentry setproctitle==1.3.5 # Optional: Low overhead, might be used by server/workers shellingham==1.5.4 simsimd==6.2.1 # Keep, potentially used by numerical libs sniffio==1.3.1 starlette==0.45.3 stringzilla==3.12.0 # Keep, potentially used by other libs sympy==1.13.1 # Optional: Include only if performing symbolic math tokenizers==0.21.0 # Include if using HF Transformers torch==2.5.1 # Installs CPU version by default torchaudio==2.5.1 # Include if processing audio with Torch torchvision==0.20.1 # Include if processing images with Torch torchmetrics==1.6.2 # Optional: Include only if calculating metrics at runtime tqdm==4.67.1 # Optional: Useful for progress logging transformers==4.49.0 # Include if using HF Transformers # typer==0.15.1 # Optional: Include only if using Typer for CLI commands tzdata==2025.1 urllib3==2.3.0 uvicorn==0.34.0 # Essential for FastAPI/Gradio websockets==14.2 Werkzeug==3.1.3 # Essential for Flask |