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