sutra-x / app.py
gautamethiraj's picture
shareable
c33e8f0 verified
raw
history blame
172 Bytes
import gradio as gr
import os
hf_token = os.environ['GRADIO_API_KEY']
demo = gr.load("gautamethiraj/talk-to-ttl", src="spaces", hf_token=hf_token)
demo.launch(share=True)