Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def voice_clone(text: str, speaker_wav: str, language: str):
|
|
| 27 |
iface = gr.Interface(fn=voice_clone,
|
| 28 |
inputs=[gr.Textbox(lines=2, placeholder="Enter the text...", label="Text"),
|
| 29 |
gr.Audio(type="filepath", label="Upload audio file"),
|
| 30 |
-
gr.Radio(['nl', 'en', '
|
| 31 |
],
|
| 32 |
outputs=gr.Audio(type="filepath", label="Generated audio file"),
|
| 33 |
title="Voice Cloning")
|
|
|
|
| 27 |
iface = gr.Interface(fn=voice_clone,
|
| 28 |
inputs=[gr.Textbox(lines=2, placeholder="Enter the text...", label="Text"),
|
| 29 |
gr.Audio(type="filepath", label="Upload audio file"),
|
| 30 |
+
gr.Radio(['nl', 'fr', 'en', 'zh-cn', 'ja', 'de', 'it', 'pt', 'pl', 'tr', 'ko', 'cs', 'ar', 'es', 'hu'], label="language"),
|
| 31 |
],
|
| 32 |
outputs=gr.Audio(type="filepath", label="Generated audio file"),
|
| 33 |
title="Voice Cloning")
|