File size: 77 Bytes
f79083c
 
d810a7a
f79083c
0ab92fa
 
1
2
3
4
5
6
7
import gradio as gr

with gr.Blocks() as demo:
   gr.Button()

demo.launch()