facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.15k stars 2.01k forks source link

Gradio auth #466

Closed nerkdesign closed 4 weeks ago

nerkdesign commented 4 weeks ago

Hello,

On other gradio application, we can set an auth using the parameter --gradio-auth : Is this possible with musicgen gradio interface ?

thanks

nerkdesign commented 4 weeks ago

Forget, I realize that we can use --username and --password for that