herimor commited on
Commit
ad1cf9e
·
1 Parent(s): fd0d55b

Add latency disclaimer

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"):