import gradio as gr html = """ ControlLLM

This space is currently under maintenance due to network issues 😊😊

We warmly welcome you to visit our GitHub if you’re interested πŸŽ‰πŸŽ‰

""" with gr.Blocks() as demo: name = gr.HTML(html) demo.launch()