import gradio as gr with gr.Blocks() as demo: gr.HTML("""

This demo has been moved to avalovelace1.github.io/BrickGPT/demo.

Please check out the demo in its new location!

""") demo.launch()