test3 / app.py
xp3857's picture
Create app.py
32fd5fa
raw
history blame contribute delete
No virus
68 Bytes
import gradio as gr
with gr.Blocks() as b:
gr.Textbox()
b.launch()