Demo.launch(auth=("admin", "pass1234"))

hello, is it possible to add authentication to gradio in hugginface spaces?
this is an example that is in the gradio documentation: demo.launch(auth=(“admin”, “pass1234”))

It does not work for me

Hi @GAS17 !

It’s a known issue with gradio!

We’re working on it.

Thank you