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...
5251dfa
sutra-x
/
app.py
gautamethiraj
Create app.py
5251dfa
verified
10 months ago
raw
Copy download link
history
blame
Safe
162 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()