hmb's picture
hmb HF Staff
Update run.py
22a64a5 verified
Raw
History Blame Contribute Delete
102 Bytes
import gradio as gr
demo = gr.Workflow()
if __name__ == "__main__":
demo.launch(ssr_mode=False)