Usually3 commited on
Commit
373fcfa
·
1 Parent(s): 6b3dfea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- if choice == "zh-CN" or choice == "de" or choice == "es" or choice "fr-fr" or choice "pt-br" or "en" :
48
- return gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
 
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