File size: 448 Bytes
def3000
 
ebcf944
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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()