hmb HF Staff commited on
Commit
3f2402e
·
verified ·
1 Parent(s): 790587c

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ demo = gr.Workflow(graph="error_demo.json")
4
+
5
+ if __name__ == "__main__":
6
+ demo.launch()