Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| from zero_spaces_template.gradio_ui.example_ui import ui_block | |
| with gr.Blocks() as demo: | |
| with gr.Tab(label="Example UI"): | |
| ui_block.render() | |
| if __name__ == "__main__": | |
| demo.launch() | |