test2 / app.py
xp3857's picture
Create app.py
9db2f0d
raw
history blame
68 Bytes
import gradio as gr
with gr.Blocks as b:
gr.Textbox()
b.launch()