| # TinyWorld Space runtime for ZeroGPU (in-process inference via inference.py). | |
| # Use this as requirements.txt ONLY on a PRO account with ZeroGPU hardware, and set | |
| # the Space variable TINYWORLD_INFER=local. Also keep packages.txt (ffmpeg) for Whisper. | |
| gradio>=6.18.0 | |
| httpx | |
| numpy | |
| soundfile | |
| spaces | |
| torch | |
| transformers | |
| accelerate | |
| sentencepiece | |
| voxcpm | |
| openai-whisper | |
| cohere | |