scp4950's picture
Update app.py
c49d42f
import gradio as gr
description = "fastspeech2-en-ljspeech demo."
title = "Facebook's Text To Speech Model"
interface = gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech",
description=description,
title = title,
examples=[["How can a clam cram in a clean cream can?"]]
)
interface.launch()
share=true