hmb's picture
hmb HF Staff
Create app.py
00b2589 verified
Raw
History Blame Contribute Delete
109 Bytes
import gradio as gr
demo = gr.Workflow(graph="workflow.json")
if __name__ == "__main__":
demo.launch()