sasha's picture
sasha HF Staff
Update app.py
de3eaa5 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=["/data"])