Spaces:
Running on Zero
Running on Zero
Add latency disclaimer
Browse files
app.py
CHANGED
|
@@ -122,6 +122,7 @@ def synthesize_fn(prompt_audio_path, prompt_text, target_text):
|
|
| 122 |
def main():
|
| 123 |
with gr.Blocks(css=CUSTOM_CSS, title="VoXtream") as demo:
|
| 124 |
gr.Markdown("# VoXtream TTS demo")
|
|
|
|
| 125 |
|
| 126 |
with gr.Row(equal_height=True, elem_id="cols"):
|
| 127 |
with gr.Column(scale=1, elem_id="left-col"):
|
|
|
|
| 122 |
def main():
|
| 123 |
with gr.Blocks(css=CUSTOM_CSS, title="VoXtream") as demo:
|
| 124 |
gr.Markdown("# VoXtream TTS demo")
|
| 125 |
+
gr.Markdown("⚠️ The initial latency can be high due to deployment on ZeroGPU. For faster inference, please try local deployment. For more details, please visit [VoXtream GitHub repo](https://github.com/herimor/voxtream)")
|
| 126 |
|
| 127 |
with gr.Row(equal_height=True, elem_id="cols"):
|
| 128 |
with gr.Column(scale=1, elem_id="left-col"):
|