Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Karzan
/
Barnammer-TTS-Demo
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
276a180
Barnammer-TTS-Demo
/
app.py
Karzan
Update app.py
276a180
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
170 Bytes
import
gradio
as
gr
# Load the interface from the specified space
interface = gr.Interface.load(
"spaces/Karzan/Barnammer-TTS"
)
# Launch the interface
interface.launch()