test2 / app.py
xp3857's picture
Update app.py
e2324df
raw
history blame contribute delete
70 Bytes
import gradio as gr
with gr.Blocks() as b:
gr.Textbox()
b.launch()