finalize
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ class ControllableInterface(torch.nn.Module):
|
|
75 |
return sr, wav, fig
|
76 |
|
77 |
|
78 |
-
title = "
|
79 |
article = "Check out the IMS Toucan TTS Toolkit at https://github.com/DigitalPhonetics/IMS-Toucan"
|
80 |
available_artificial_voices = 1000
|
81 |
path_to_iso_list = "Preprocessing/multilinguality/iso_to_fullname.json"
|
|
|
75 |
return sr, wav, fig
|
76 |
|
77 |
|
78 |
+
title = "Controllable Text-to-Speech for over 7000 Languages"
|
79 |
article = "Check out the IMS Toucan TTS Toolkit at https://github.com/DigitalPhonetics/IMS-Toucan"
|
80 |
available_artificial_voices = 1000
|
81 |
path_to_iso_list = "Preprocessing/multilinguality/iso_to_fullname.json"
|