Oysiyl commited on
Commit
3d08f21
1 Parent(s): 41f1fc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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=[["hallo allemaal, ik praat nederlands. groetjes aan iedereen"]],
 
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