Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,8 @@ demo = gr.Interface(
|
|
118 |
outputs="audio",
|
119 |
title="Text to Speech for Dutch language demo",
|
120 |
description="Click on the example below or type text!",
|
121 |
-
examples=[["
|
|
|
122 |
cache_examples=True
|
123 |
)
|
124 |
|
|
|
118 |
outputs="audio",
|
119 |
title="Text to Speech for Dutch language demo",
|
120 |
description="Click on the example below or type text!",
|
121 |
+
examples=[["Goedenavond, ik kom uit Oekraïne!"],
|
122 |
+
["Hallo allemaal, ik praat nederlands. Groetjes aan iedereen!"]],
|
123 |
cache_examples=True
|
124 |
)
|
125 |
|