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