gradio_auth2 / app.py
Omar Sanseviero
Update app.py
112c13e
raw
history blame contribute delete
168 Bytes
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")