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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -22,8 +22,6 @@ text2speech = Text2Speech.from_pretrained(
22
  pause = np.zeros(30000, dtype=np.float32)
23
 
24
  st.title("JREast_Auto_anounce_TTS")
25
- image = Image.open('abe.jpg')
26
- st.image(image)
27
  text = st.text_area(label='γ“γ“γ«γƒ†γ‚­γ‚Ήγƒˆγ‚’ε…₯εŠ› (Input Text)↓', height=100, max_chars=2048)
28
 
29
 
 
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