Spaces:
Sleeping
Sleeping
File size: 230 Bytes
ab308c5 | 1 2 3 4 5 6 7 8 | 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() |