import gradio as gr with gr.Blocks() as demo: gr.Markdown("TEST") demo.launch(debug=True, enable_queue=False, auth=("llama", "llama"), auth_message="llama")