Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gautamethiraj
/
sutra-x
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
c33e8f0
sutra-x
/
app.py
gautamethiraj
shareable
c33e8f0
verified
10 months ago
raw
Copy download link
history
blame
Safe
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
)