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