hhim8826 commited on
Commit
0019bc2
1 Parent(s): aff3b56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ import scipy.io.wavfile
45
  import numpy as np
46
  import re
47
 
48
- jp_match = re.compile(r'[ぁ-ヺ]')
49
 
50
  title = "VITS"
51
  description = "demo for VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."
 
45
  import numpy as np
46
  import re
47
 
48
+ jp_match = re.compile(r'^.*[ぁ-ヺ].*$')
49
 
50
  title = "VITS"
51
  description = "demo for VITS: Conditional Variational Autoencoder with Adversarial Learning for End-to-End Text-to-Speech. To use it, simply add your text, or click one of the examples to load them. Read more at the links below."