Spaces:
Paused
Paused
fun with voices
Browse files
app.py
CHANGED
@@ -51,12 +51,12 @@ iface = gr.Interface(
|
|
51 |
""",
|
52 |
theme=gr.themes.Base(primary_hue="teal", secondary_hue="teal", neutral_hue="slate"),
|
53 |
examples=[
|
54 |
-
["Hey! It's me
|
55 |
-
["It's me Vito Corleone, from the Godfather. Type in whatever you'd like me to say.", "./audio/
|
56 |
-
["Hey, it's me Paris Hilton. Type in whatever you'd like me to say.", "./audio/
|
57 |
-
["Hey, it's me Megan Fox from Transformers. Type in whatever you'd like me to say.", "./audio/
|
58 |
-
["Hey there, it's me Jeff Goldblum. Type in whatever you'd like me to say.", "./audio/
|
59 |
-
["Hey there, it's me Heath Ledger as the Joker. Type in whatever you'd like me to say.", "./audio/
|
60 |
]
|
61 |
)
|
62 |
|
|
|
51 |
""",
|
52 |
theme=gr.themes.Base(primary_hue="teal", secondary_hue="teal", neutral_hue="slate"),
|
53 |
examples=[
|
54 |
+
["Hey! It's me C3PO, from Star Wars. Type in whatever you'd like me to say.", "./audio/C3PO_1.wav"],
|
55 |
+
["It's me Vito Corleone, from the Godfather. Type in whatever you'd like me to say.", "./audio/C3PO_2.wav"],
|
56 |
+
["Hey, it's me Paris Hilton. Type in whatever you'd like me to say.", "./audio/C3PO_1.wav"],
|
57 |
+
["Hey, it's me Megan Fox from Transformers. Type in whatever you'd like me to say.", "./audio/C3PO_2.wav"],
|
58 |
+
["Hey there, it's me Jeff Goldblum. Type in whatever you'd like me to say.", "./audio/C3PO_1.wav"],
|
59 |
+
["Hey there, it's me Heath Ledger as the Joker. Type in whatever you'd like me to say.", "./audio/C3PO_2.wav"],
|
60 |
]
|
61 |
)
|
62 |
|