File size: 138 Bytes
edad368
41f48cc
edad368
 
41f48cc
edad368
1
2
3
4
5
6
import gradio as gr

with gr.Blocks() as dummy_interface:
    gr.Markdown("Backend Space; nothing to see here.")

dummy_interface.launch()