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