Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|