testmyspace / run.py
masimanis's picture
Duplicate from gradio-templates/workflow
a1a62af
Raw
History Blame Contribute Delete
88 Bytes
import gradio as gr
demo = gr.Workflow()
if __name__ == "__main__":
demo.launch()