AngeT10 commited on
Commit
f99e3f1
1 Parent(s): f050501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -79,4 +79,9 @@ iface = gr.Interface(fn=clone,
79
  outputs=gr.Audio(type='filepath'),
80
  title='Voice Clone',
81
  description="""
82
- by [Angetyde](https://youtube.com/@Angetyde?si=7nusP31nTumIkPTF) and
 
 
 
 
 
 
79
  outputs=gr.Audio(type='filepath'),
80
  title='Voice Clone',
81
  description="""
82
+ by [Angetyde](https://youtube.com/@Angetyde?si=7nusP31nTumIkPTF) and$@$v=v1.16$@$[Tony Assi](https://www.tonyassi.com/ )
83
+ use this colab with caution <3.
84
+ """,
85
+ theme=gr.themes.Base(primary_hue="teal", secondary_hue="teal", neutral_hue="slate"))
86
+
87
+ iface.launch(share=True)