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