Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,9 @@ def toggle(choice):
|
|
44 |
return gr.update(visible=False, value=None), gr.update(visible=True, value=None)
|
45 |
|
46 |
def handle_language_change(choice):
|
47 |
-
|
48 |
-
|
|
|
49 |
|
50 |
warming_text = """Please note that Chinese, German, and Spanish are currently not supported for voice cloning."""
|
51 |
|
|
|
44 |
return gr.update(visible=False, value=None), gr.update(visible=True, value=None)
|
45 |
|
46 |
def handle_language_change(choice):
|
47 |
+
|
48 |
+
if choice "en" or choice "fr-fr" or choice "pt-br" or choice "zh-cn" or choice "de" or choice "es":
|
49 |
+
return gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
|
50 |
|
51 |
warming_text = """Please note that Chinese, German, and Spanish are currently not supported for voice cloning."""
|
52 |
|