We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bbb9c commit 3044301Copy full SHA for 3044301
1 file changed
audio_separator/remote/deploy_modal.py
@@ -102,7 +102,7 @@
102
.pip_install(
103
[
104
# Core audio-separator with GPU support (this pulls in most dependencies from pyproject.toml)
105
- "audio-separator[gpu]>=0.34.0",
+ "audio-separator[gpu]>=0.35.0",
106
# FastAPI and web server dependencies for Modal API deployment
107
"fastapi>=0.104.0",
108
"uvicorn[standard]>=0.24.0",
0 commit comments