Spaces:
Running
Running
| import gradio as gr | |
| with gr.Blocks() as demo: | |
| gr.HTML(""" | |
| <p style="text-align: center; font-size: 1.5rem;"> | |
| <strong> | |
| This demo has been moved to | |
| <a href="https://avalovelace1.github.io/BrickGPT/demo/">avalovelace1.github.io/BrickGPT/demo</a>. | |
| </strong> | |
| </p> | |
| <p style="text-align: center; font-size: 1.25rem;"> | |
| Please check out the demo in its new location! | |
| </p> | |
| """) | |
| demo.launch() | |