AngeT10 commited on
Commit
f82b319
1 Parent(s): b37c4b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -74,4 +74,11 @@ iface = gr.Interface(
74
  inputs=["text", gr.File(label="Input File", file_types=[".zip", *AUDIO_FORMATS]), gr.Dropdown(choices=LANGUAGES, label="Language"), gr.inputs.Textbox(label="URL", lines=1)],
75
  outputs=gr.Audio(type='filepath'),
76
  title='Voice Clone',
77
- description=""" by [Angetyde](https://youtube.com/@Angetyde?si=
 
 
 
 
 
 
 
 
74
  inputs=["text", gr.File(label="Input File", file_types=[".zip", *AUDIO_FORMATS]), gr.Dropdown(choices=LANGUAGES, label="Language"), gr.inputs.Textbox(label="URL", lines=1)],
75
  outputs=gr.Audio(type='filepath'),
76
  title='Voice Clone',
77
+ description="""
78
+ by [Angetyde](https://youtube.com/@Angetyde) and [Tony Assi](https://www.tonyassi.com/)
79
+ use this colab with caution <3.
80
+ """,
81
+ theme=gr.themes.Base(primary_hue="teal", secondary_hue="teal", neutral_hue="slate")
82
+ )
83
+
84
+ iface.launch(share=True)