meg-huggingface
Cleaning up
f5a3abd
raw
history blame contribute delete
161 Bytes
import gradio as gr
with gr.Blocks() as dummy_interface:
gr.Markdown("Backend Space; nothing to see here.")
dummy_interface.launch(allowed_paths=["/runs"])