Shivam Mehta commited on
Commit
83a83a1
1 Parent(s): 52f184a

Adding CPU disclaimer

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -133,6 +133,8 @@ Check out our [demo page](https://shivammehta25.github.io/Matcha-TTS). Read our
133
  Code is available in our [GitHub repository](https://github.com/shivammehta25/Matcha-TTS), along with pre-trained models.
134
 
135
  Cached examples are available at the bottom of the page.
 
 
136
  """
137
 
138
  with gr.Blocks(title="🍵 Matcha-TTS: A fast TTS architecture with conditional flow matching") as demo:
 
133
  Code is available in our [GitHub repository](https://github.com/shivammehta25/Matcha-TTS), along with pre-trained models.
134
 
135
  Cached examples are available at the bottom of the page.
136
+
137
+ Note: Synthesis speed may be slower than in our paper due to I/O latency and because this instance runs on CPUs.
138
  """
139
 
140
  with gr.Blocks(title="🍵 Matcha-TTS: A fast TTS architecture with conditional flow matching") as demo: