xp3857 commited on
Commit
32fd5fa
1 Parent(s): 9ade1f6

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import gradio as gr
2
+ with gr.Blocks() as b:
3
+ gr.Textbox()
4
+ b.launch()