File size: 68 Bytes
9db2f0d
 
 
 
1
2
3
4
import gradio as gr
with gr.Blocks as b:
    gr.Textbox()
b.launch()