meg's picture
meg HF staff
Adding dumming_interface.
edad368 verified
raw
history blame
138 Bytes
import gradio as gr
with gr.Blocks() as dummy_interface:
gr.Markdown("Backend Space; nothing to see here.")
dummy_interface.launch()