File size: 110 Bytes
3f2402e
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

demo = gr.Workflow(graph="error_demo.json")

if __name__ == "__main__":
    demo.launch()