sasha's picture
sasha HF staff
Update app.py
411692e verified
raw
history blame
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"])