Baybars commited on
Commit
2ae59fb
1 Parent(s): bfe25c0

string update in app

Browse files
Files changed (1) hide show
  1. infer_onnx.py +7 -3
infer_onnx.py CHANGED
@@ -198,11 +198,15 @@ title = """
198
 
199
  description = """
200
 
201
- 🍵 Matcha-TTS, a new approach to non-autoregressive neural TTS, that uses conditional flow matching (similar to rectified flows) to speed up ODE-based speech synthesis
202
 
203
- For vocoders we use [Vocos](https://huggingface.co/BSC-LT/vocos-mel-22khz-cat) trained in a catalan set of ~28 hours.
204
 
205
- [Matcha](https://huggingface.co/BSC-LT/matcha-tts-cat-multispeaker) was trained using openslr69 and festcat datasets
 
 
 
 
206
 
207
  """
208
 
 
198
 
199
  description = """
200
 
201
+ 🍵 Matxa és un model TTS multilocutor multidialectal que utilitza 🥑 alVoCat com a vocoder. Es basen en arquitectures Matcha-TTS i Vocos.
202
 
203
+ Podeu provar les veus a continuació i saber els detalls tècnics a la pestanya "Informació".
204
 
205
+ ----
206
+
207
+ 🍵 Matxa is a multispeaker multidialect TTS model which uses 🥑 alVoCat as a vocoder. They are based on Matcha-TTS and Vocos architectures.
208
+
209
+ You can synthesize test sentences below and check the technical details in the "About" tab.
210
 
211
  """
212