Spaces:
Running
on
T4
Running
on
T4
backend_max_speakers
#14
by
mduppes
- opened
Backend changes to add a MAX_SPEAKERS env variable to limit the number of concurrent speakers (plan is to set this to 1) so the space could be more open.
Frontend changes: https://huggingface.co./spaces/facebook/seamless-streaming/discussions/15
Thanks Mark! Just a small nit, could you check during server startup (rather than during streaming) that if MAX_SPEAKERS is not None
, that int(MAX_SPEAKERS)
does not throw a ValueError? Otherwise lgtm :)
annasun28
changed pull request status to
open
Updated to validate int(MAX_SPEAKERS) on startup, will merge this in with the frontend.
mduppes
changed pull request status to
merged