Replies: 1 comment 1 reply
-
In the gradio app.launch() demo.launch(auth=("admin", "pass1234")) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I made two endpoints, each with slightly different gradio blocks, and I want one to be accessible to anyone and the other to require a login/authentication. How would you create that endpoint specific login function?
Beta Was this translation helpful? Give feedback.
All reactions