Spaces:
Sleeping
Sleeping
Commit History
Build MODELS dict directly at module scope (no preload function wrapper) 1f41e3e
Preload all 10 MusicGen variants on CUDA at module load (~36GB fits on 48GB ZeroGPU) 80b6b8b
Render waveforms synchronously (daemonic process can't spawn ProcessPoolExecutor) 712133d
Add demucs runtime deps (openunmix, lameenc, dora-search, pyyaml) 54036b0
Pin torch==2.8.0 + torchaudio==2.8.0 (ZeroGPU supported version) 99bda3a
ZeroGPU + gradio 5 migration: bump python/gradio, drop torch pins, demucs --no-deps, merge mic+upload, @spaces.GPU on predict_full 377d9de
[Admin maintenance] Support new ZeroGPU hardware 2e577a3 verified
Fix invalid colorFrom causing build failure when duplicating space (#59) ed87f04
Update requirements.txt (#55) a8c11a7
Pin gradio_client to prevent incompatibility issues (#47) b2d89ca
Merge branch 'main' into our_hf2 9aefa3d
linting and adding file cleaner f187760
Merge remote-tracking branch 'hf2/main' into our_hf2 7bcf4ee
adding back header 4388bc6
Update README.md 7e2f6d6 unverified
Alexandre Défossez commited on
Model can be loaded from local directory (#69) 7ccdf69 unverified
add option to record from mic (#87) 6b3bb53 unverified
Update app.py 34441c8
again c9179f8
trying to fix test on CI 5c415d9
readme 86f6348
adding checks 2e0c668
Use greedy sampling path when temp is 0.0 to avoid division by zero (#53) 8764625 unverified
Jonathan Fly commited on