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