Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,11 +110,8 @@ iface = gr.Interface(
|
|
| 110 |
outputs=[
|
| 111 |
gr.Audio(label="Generated Speech", type="numpy")
|
| 112 |
],
|
| 113 |
-
|
| 114 |
-
description="This demo uses a fine-tuned model based on microsoft/speecht5_tts for Turkish text-to-speech. Enter Turkish text and listen to the generated speech."
|
| 115 |
-
Note:- This report was prepared as a task given by the IIT Roorkee PARIMAL intern program
|
| 116 |
-
|
| 117 |
-
This space demonstrates the demo version of Omarrran/turkish_finetuned_speecht5_tts version for the turkish language.,
|
| 118 |
examples=example_sentences
|
| 119 |
)
|
| 120 |
|
|
|
|
| 110 |
outputs=[
|
| 111 |
gr.Audio(label="Generated Speech", type="numpy")
|
| 112 |
],
|
| 113 |
+
title="Fine-tuned Turkish SpeechT5 Text-to-Speech Demo",
|
| 114 |
+
description="This demo uses a fine-tuned model based on microsoft/speecht5_tts for Turkish text-to-speech. Enter Turkish text and listen to the generated speech.\n\nNote: This report was prepared as a task given by the IIT Roorkee PARIMAL intern program. This space demonstrates the demo version of Omarrran/turkish_finetuned_speecht5_tts version for the Turkish language.",
|
|
|
|
|
|
|
|
|
|
| 115 |
examples=example_sentences
|
| 116 |
)
|
| 117 |
|