Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ with gr.Blocks() as app_tts:
|
|
226 |
)
|
227 |
|
228 |
audio_output = gr.Audio(label="Synthesized Audio", autoplay=True)
|
229 |
-
|
230 |
|
231 |
@gpu_decorator
|
232 |
def basic_tts(
|
|
|
226 |
)
|
227 |
|
228 |
audio_output = gr.Audio(label="Synthesized Audio", autoplay=True)
|
229 |
+
spectrogram_output = gr.Image(label="Spectrogram")
|
230 |
|
231 |
@gpu_decorator
|
232 |
def basic_tts(
|