import gradio as gr import os with gr.Blocks(css="footer {visibility: hidden}") as demo: gr.Markdown( """ # Sutra-X: Column-mapping helper This app has moved to [Reaugment AI](https://sutra-x.reaugment.ai) and includes additional functionality. Please click the link to take you there. Thanks! """) #hf_token = os.environ['GRADIO_API_KEY'] #demo = gr.load("gautamethiraj/talk-to-ttl", src="spaces", hf_token=hf_token) demo.launch()