tonyassi commited on
Commit
5d8ec27
1 Parent(s): 0c5a237

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -20,8 +20,10 @@ iface = gr.Interface(fn=clone,
20
  title='Voice Clone',
21
  description="""
22
  by [Tony Assi](https://www.tonyassi.com/)
 
 
23
 
24
- Please ❤️ this Space. I build custom AI apps for companies. <a href="mailto: [email protected]">Email me</a> for business inquiries.
25
  """,
26
  theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),
27
  examples=[["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"],
 
20
  title='Voice Clone',
21
  description="""
22
  by [Tony Assi](https://www.tonyassi.com/)
23
+
24
+ This space uses xtts_v2 model. Non-commercial use only. [Coqui Public Model License](https://coqui.ai/cpml)
25
 
26
+ Please ❤️ this Space. <a href="mailto: [email protected]">Email me</a>.
27
  """,
28
  theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),
29
  examples=[["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"],