Shivam Mehta commited on
Commit
7fb0ad6
1 Parent(s): 4ec911b

Updating the note

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -75,6 +75,8 @@ def main():
75
  Code is available in our [GitHub repository](https://github.com/shivammehta25/Matcha-TTS), along with pre-trained models.
76
 
77
  Cached examples are available at the bottom of the page.
 
 
78
  """
79
 
80
  with gr.Blocks(title="🍵 Matcha-TTS: A fast TTS architecture with conditional flow matching") as demo:
 
75
  Code is available in our [GitHub repository](https://github.com/shivammehta25/Matcha-TTS), along with pre-trained models.
76
 
77
  Cached examples are available at the bottom of the page.
78
+
79
+ Note: Synthesis speed may be slower than in our paper due to I/O latency and because this instance runs on CPUs.
80
  """
81
 
82
  with gr.Blocks(title="🍵 Matcha-TTS: A fast TTS architecture with conditional flow matching") as demo: