File size: 354 Bytes
ebd227c f8657ee | 1 2 3 4 5 6 7 8 9 10 11 | # TinyWorld Space runtime (Modal-backed). Heavy inference runs on Modal and is # called over HTTP, so the Space stays light and builds fast. # # To run inference IN the Space on ZeroGPU instead (needs HF PRO + ZeroGPU hardware), # use requirements-zerogpu.txt and set the Space variable TINYWORLD_INFER=local. gradio>=6.18.0 httpx numpy soundfile cohere |