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