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