workflowPR / app.py
akhaliq's picture
akhaliq HF Staff
Create app.py
ab308c5 verified
Raw
History Blame Contribute Delete
230 Bytes
import gradio as gr
# Test workflow logic or launch the workflow editor component here
with gr.Blocks() as demo:
gr.Markdown("# Testing PR #13558 Model Endpoint Workflow")
# Add workflow components to test
demo.launch()