abidlabs HF Staff commited on
Commit
e7eecb8
·
verified ·
1 Parent(s): 6819fc9

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ def test(x):
4
+ return
5
+
6
+ with gr.Blocks() as demo:
7
+ pass
8
+
9
+ demo.launch()