Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,14 +93,6 @@ with gr.Blocks() as demo:
|
|
| 93 |
|
| 94 |
gr.HTML("<h1 style='text-align: center;'>Soprano-TTS</h1><p style='text-align: center;'>Powered by Soprano-80M | 32kHz High-Fidelity Audio</p>")
|
| 95 |
|
| 96 |
-
gr.Markdown(
|
| 97 |
-
"**Usage tips:**\n"
|
| 98 |
-
"- Soprano works best when each sentence is between 2 and 15 seconds long.\n"
|
| 99 |
-
"- Convert numbers and special characters to phonetic form for best results (e.g., `1+1` → `one plus one`).\n"
|
| 100 |
-
"- If results are unsatisfactory, regenerate or adjust sampling settings.\n"
|
| 101 |
-
"- Avoid improper grammar such as missing contractions or multiple spaces."
|
| 102 |
-
)
|
| 103 |
-
|
| 104 |
with gr.Row(variant="panel"):
|
| 105 |
temperature = gr.Slider(
|
| 106 |
minimum=0.0,
|
|
|
|
| 93 |
|
| 94 |
gr.HTML("<h1 style='text-align: center;'>Soprano-TTS</h1><p style='text-align: center;'>Powered by Soprano-80M | 32kHz High-Fidelity Audio</p>")
|
| 95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
with gr.Row(variant="panel"):
|
| 97 |
temperature = gr.Slider(
|
| 98 |
minimum=0.0,
|