hc99's picture
Add files using upload-large-folder tool
c61e0be verified
raw
history blame
80 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Button()
demo.launch()