taras5500 commited on
Commit
b1c7a3d
1 Parent(s): 3f7b0f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -22,11 +22,11 @@ iface = gr.Interface(fn=clone,
22
  Duplicated from https://huggingface.co/spaces/tonyassi/voice-clone
23
  """,
24
  theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),
25
- #examples=[["Hey, it's me Messmer the Impaler. Type in whatever you'd like me to say.","./audio/Messmer_sample.mp3"],
26
- # ["Hey! It's me Jolán, from the Elden Ring Shadow of the Erdtree. Type in whatever you'd like me to say.","./audio/20240728_171001.mp3"],
27
- # ["It's me Vito Corleone, from the Godfather. Type in whatever you'd like me to say.","./audio/Godfather.wav"],
28
- # ["Hey, it's me Megan Fox from Transformers. Type in whatever you'd like me to say.","./audio/Megan-Fox.mp3"],
29
- # ["Hey there, it's me Jeff Goldblum. Type in whatever you'd like me to say.","./audio/Jeff-Goldblum.mp3"],]
30
  )
31
  iface.queue(api_open=True)
32
  iface.launch(share=True, debug=True)
 
22
  Duplicated from https://huggingface.co/spaces/tonyassi/voice-clone
23
  """,
24
  theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),
25
+ examples=[["Hey, it's me Messmer the Impaler. Type in whatever you'd like me to say.","./audio/Messmer_sample.mp3"],
26
+ ["Hey! It's me Jolán, from the Elden Ring Shadow of the Erdtree. Type in whatever you'd like me to say.","./audio/20240728_171001.mp3"],
27
+ ["It's me Vito Corleone, from the Godfather. Type in whatever you'd like me to say.","./audio/Godfather.wav"],
28
+ ["Hey, it's me Megan Fox from Transformers. Type in whatever you'd like me to say.","./audio/Megan-Fox.mp3"],
29
+ ["Hey there, it's me Jeff Goldblum. Type in whatever you'd like me to say.","./audio/Jeff-Goldblum.mp3"],]
30
  )
31
  iface.queue(api_open=True)
32
  iface.launch(share=True, debug=True)