aliabd's picture
aliabd HF staff
Upload folder using huggingface_hub
d810a7a
raw
history blame
80 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Button()
demo.launch()