File size: 88 Bytes
9dfbfee
 
 
 
 
 
1
2
3
4
5
6
7
import gradio as gr

demo = gr.Workflow()

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