Ajay Arora
Ajay Arora
I've been working on creating a hugging face space that uses Voicecraft, but there seems to be an issue where MFA can't be installed via conda since hugging face spaces...
Version of python is 3.10.12. ```!pip install samplerate --no-cache-dir``` returns ``` Collecting samplerate Downloading samplerate-0.2.1.tar.gz (21 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Installing...
They specify how to do MBD for stereo in the docs, here's how I've implemented it. Happy to make a PR for this as well. ```python output_2 = model_2.generate( descriptions=[...
I've been working with the API code to have it run locally within an app of mine, but I'm running into the {detail: Unauthorized} bug that I can't get around...