Spaces:
Running
Running
kasper-boy
commited on
Commit
•
1fe1408
1
Parent(s):
de2d875
Update app.py
Browse files
app.py
CHANGED
@@ -100,4 +100,4 @@ description = "Gradio Demo for CloneVoiceAI: Towards High-Quality Text-Free One-
|
|
100 |
|
101 |
examples=[["CloneVoiceAI", 'p225_001.wav', 'p226_002.wav'], ["CloneVoiceAI-s", 'p226_002.wav', 'p225_001.wav'], ["CloneVoiceAI (24kHz)", 'p225_001.wav', 'p226_002.wav']]
|
102 |
|
103 |
-
gr.Interface(convert, inputs, outputs, title=title, description=description,
|
|
|
100 |
|
101 |
examples=[["CloneVoiceAI", 'p225_001.wav', 'p226_002.wav'], ["CloneVoiceAI-s", 'p226_002.wav', 'p225_001.wav'], ["CloneVoiceAI (24kHz)", 'p225_001.wav', 'p226_002.wav']]
|
102 |
|
103 |
+
gr.Interface(convert, inputs, outputs, title=title, description=description, examples=examples).launch(auth=('clonevoiceai','test@123'))
|