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