File size: 115 Bytes
fd80396
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr

with gr.Blocks() as demo:
    pass
with demo.route("aaa"):
    gr.LoginButton()

demo.launch()