Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -286,7 +286,7 @@ with gr.Blocks(
|
|
| 286 |
)
|
| 287 |
gr.HTML("""
|
| 288 |
<div style="padding: 10px; background-color: #fffbcc; border: 1px solid #ffe564; border-radius:4px;">
|
| 289 |
-
<strong>Note: </strong>For TTS, due to the restriction of HuggingFace Space, the g2p phonemizer used here is inconsistant with the one used during training, so there may be problems. Please refer to
|
| 290 |
</div>
|
| 291 |
""")
|
| 292 |
|
|
|
|
| 286 |
)
|
| 287 |
gr.HTML("""
|
| 288 |
<div style="padding: 10px; background-color: #fffbcc; border: 1px solid #ffe564; border-radius:4px;">
|
| 289 |
+
<strong>Note: </strong>For TTS, due to the restriction of HuggingFace Space, the g2p phonemizer used here is inconsistant with the one used during training, so there may be problems. Please refer to <a href="https://github.com/wsntxxn/UniFlow-Audio/blob/master/docs/INFERENCE_CLI.md">INFERENCE_CLI.md</a> for CLI calling guidance.
|
| 290 |
</div>
|
| 291 |
""")
|
| 292 |
|