import gradio as gr MESSAGE = """

SGS-1 Research Demo

The SGS-1 Research Demo has ended. Stay tuned for SGS-2, coming in Q3 2026.

spectrallabs.ai

""" with gr.Blocks() as demo: gr.HTML(MESSAGE) if __name__ == "__main__": demo.launch()