File size: 458 Bytes
5251dfa
 
 
c2bc498
 
 
 
 
 
 
5251dfa
c2bc498
 
 
bdfdf23
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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()