sutra-x / app.py
gautamethiraj's picture
Direct users to new location (#1)
c2bc498 verified
raw
history blame contribute delete
458 Bytes
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()