1import gradio as gr2 3with gr.Blocks() as dummy_interface:4 gr.Markdown("Backend Space; nothing to see here.")5 6dummy_interface.launch(allowed_paths=["/runs"])