Elesis commited on
Commit
7a5b815
β€’
1 Parent(s): 8959832

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ text2speech = Text2Speech.from_pretrained(
21
  )
22
  pause = np.zeros(30000, dtype=np.float32)
23
 
24
- st.title("JREast_Auto_anounce_TTS")
25
  text = st.text_area(label='γ“γ“γ«γƒ†γ‚­γ‚Ήγƒˆγ‚’ε…₯εŠ› (Input Text)↓', height=100, max_chars=2048)
26
 
27
 
 
21
  )
22
  pause = np.zeros(30000, dtype=np.float32)
23
 
24
+ st.title("JREast_Auto_announce_TTS")
25
  text = st.text_area(label='γ“γ“γ«γƒ†γ‚­γ‚Ήγƒˆγ‚’ε…₯εŠ› (Input Text)↓', height=100, max_chars=2048)
26
 
27