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