BrickGPT-Demo / app.py
Ava Pun
Move demo to new location
ebcf944
raw
history blame contribute delete
448 Bytes
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()