aliabd's picture
aliabd HF Staff
Upload folder using huggingface_hub
67bc704
raw
history blame
87 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.DuplicateButton()
demo.launch()