AbeShinzo0708 commited on
Commit
fcacd8a
1 Parent(s): 64cc50b

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("おしゃべりAI安倍晋三メーカー")
25
  image = Image.open('abe.jpg')
26
  st.image(image)
27
  text = st.text_area(label='ここにテキストを入力 (Input Text)↓', height=100, max_chars=128)
 
21
  )
22
  pause = np.zeros(30000, dtype=np.float32)
23
 
24
+ st.title("おしゃべりAI晋さんメーカー")
25
  image = Image.open('abe.jpg')
26
  st.image(image)
27
  text = st.text_area(label='ここにテキストを入力 (Input Text)↓', height=100, max_chars=128)