Usually3 commited on
Commit
26582b1
1 Parent(s): 8859e88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def handle_language_change(choice):
50
  else:
51
  return gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
52
 
53
- warming_text = """Please note that Chinese, German, and Spanish are currently not supported for voice cloning."""
54
 
55
  with gr.Blocks() as demo:
56
  with gr.Row():
 
50
  else:
51
  return gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
52
 
53
+ warming_text = """Please note that Chinese, German, and Spanish are still in development and still in a state of text to speech. Wait for updates from CoraKong and Usually3. """
54
 
55
  with gr.Blocks() as demo:
56
  with gr.Row():