errors_space / app.py
hmb's picture
hmb HF Staff
Create app.py
3f2402e verified
Raw
History Blame Contribute Delete
110 Bytes
import gradio as gr
demo = gr.Workflow(graph="error_demo.json")
if __name__ == "__main__":
demo.launch()