test-oauth-2 / app.py
abidlabs's picture
abidlabs HF Staff
Update app.py
34d113a verified
raw
history blame
82 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.LoginButton()
demo.launch()