aliabd's picture
aliabd HF staff
Upload folder using huggingface_hub
0ab92fa verified
raw
history blame contribute delete
No virus
77 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Button()
demo.launch()