dwb2023 commited on
Commit
0738ca8
1 Parent(s): e834779

fun with voices

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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 Dorthy, from the Wizard of Oz. Type in whatever you'd like me to say.", "./audio/Wizard-of-Oz-Dorthy.wav"],
55
- ["It's me Vito Corleone, from the Godfather. Type in whatever you'd like me to say.", "./audio/Godfather.wav"],
56
- ["Hey, it's me Paris Hilton. Type in whatever you'd like me to say.", "./audio/Paris-Hilton.mp3"],
57
- ["Hey, it's me Megan Fox from Transformers. Type in whatever you'd like me to say.", "./audio/Megan-Fox.mp3"],
58
- ["Hey there, it's me Jeff Goldblum. Type in whatever you'd like me to say.", "./audio/Jeff-Goldblum.mp3"],
59
- ["Hey there, it's me Heath Ledger as the Joker. Type in whatever you'd like me to say.", "./audio/Heath-Ledger.mp3"],
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