Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def generate_speech(text):
|
|
38 |
return audio_bytes_io
|
39 |
|
40 |
st.title("Text-to-Speech Converter")
|
41 |
-
st.write("Developed by
|
42 |
st.write("Enter text below and click 'Generate Speech' to convert it to audio.")
|
43 |
|
44 |
# Text input
|
|
|
38 |
return audio_bytes_io
|
39 |
|
40 |
st.title("Text-to-Speech Converter")
|
41 |
+
st.write("Developed by Hiba Bayz")
|
42 |
st.write("Enter text below and click 'Generate Speech' to convert it to audio.")
|
43 |
|
44 |
# Text input
|