Spaces:
Runtime error
Runtime error
burraco135
commited on
Commit
•
44f3fe3
1
Parent(s):
6196216
Update app.py
Browse files
app.py
CHANGED
@@ -36,8 +36,8 @@ gr.Interface(
|
|
36 |
gr.Audio(label="Generated Speech", type="numpy"),
|
37 |
],
|
38 |
examples=[
|
39 |
-
"Questo è un esempio di frase",
|
40 |
-
"Finché la barca va, lasciala andare",
|
41 |
-
"Con affetto e simpatia, buongiorno pescheria"
|
42 |
]
|
43 |
).launch()
|
|
|
36 |
gr.Audio(label="Generated Speech", type="numpy"),
|
37 |
],
|
38 |
examples=[
|
39 |
+
["Questo è un esempio di frase"],
|
40 |
+
["Finché la barca va, lasciala andare"],
|
41 |
+
["Con affetto e simpatia, buongiorno pescheria"]
|
42 |
]
|
43 |
).launch()
|