Spaces:
Runtime error
Runtime error
import gradio as gr | |
gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech", | |
description="TTS using FastSpeech2", | |
title="Text to Speech (TTS)", | |
examples=[["The quick brown fox jumps over the lazy dog."]] | |
).launch() |