Spaces:
Runtime error
Runtime error
Florian Lux
commited on
Commit
β’
404e64b
1
Parent(s):
58f26e6
add explanation below interface
Browse files- app.py +5 -2
- packages.txt.py +1 -1
app.py
CHANGED
@@ -70,5 +70,8 @@ iface = gr.Interface(fn=meta_model.read,
|
|
70 |
thumbnail="Utility/toucan.png",
|
71 |
theme="default",
|
72 |
allow_flagging="never",
|
73 |
-
allow_screenshot=False
|
74 |
-
|
|
|
|
|
|
|
|
70 |
thumbnail="Utility/toucan.png",
|
71 |
theme="default",
|
72 |
allow_flagging="never",
|
73 |
+
allow_screenshot=False,
|
74 |
+
article="""This is still a work in progress, models will be exchanged for better ones as soon as they are done. All of those languages are spoken by a single model. Speakers can be transferred across languages. More languages will be added soon.
|
75 |
+
|
76 |
+
To learn more about the IMS Toucan Speech Synthesis Toolkit, [check out our GitHub page](https://github.com/DigitalPhonetics/IMS-Toucan).""")
|
77 |
+
iface.launch(enable_queue=True)
|
packages.txt.py
CHANGED
@@ -1,2 +1,2 @@
|
|
|
|
1 |
espeak-ng
|
2 |
-
libsndfile1
|
|
|
1 |
+
libsndfile1
|
2 |
espeak-ng
|
|