File size: 78 Bytes
251d931
1cf4247
6b0888d
1cf4247
 
251d931
1
2
3
4
5
6
7
import gradio as gr

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

demo.launch()