smartdigitalnetworks commited on
Commit
0a7fcbb
·
verified ·
1 Parent(s): b852cc5

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from gradio.sketch.run import create
2
+
3
+ demo = create("test.py", "test.py.json")
4
+ demo.launch()