aliabd's picture
Upload folder using huggingface_hub
cb103be
raw
history blame contribute delete
83 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.LoginButton()
demo.launch()