test2-2 / app.py
xp3857's picture
Duplicate from xp3857/test2
691b1b5
raw
history blame contribute delete
70 Bytes
import gradio as gr
with gr.Blocks() as b:
gr.Textbox()
b.launch()