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