Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,8 @@ st.sidebar.markdown("""
|
|
| 49 |
- After the audio is generated, you can play it directly within the app or download it as a .wav file by clicking the **"Download Audio"** button.
|
| 50 |
### Additional Features:
|
| 51 |
- **Text Translation**:
|
| 52 |
-
-
|
|
|
|
| 53 |
Enjoy exploring different languages, voices, and speeds with the text-to-speech conversion!
|
| 54 |
""")
|
| 55 |
|
|
|
|
| 49 |
- After the audio is generated, you can play it directly within the app or download it as a .wav file by clicking the **"Download Audio"** button.
|
| 50 |
### Additional Features:
|
| 51 |
- **Text Translation**:
|
| 52 |
+
- If you enter text in another language and want to hear it in English, provide your OpenAI API key (optional).
|
| 53 |
+
- The app will automatically translate the text to English and generate the speech in English with the voice you selected.
|
| 54 |
Enjoy exploring different languages, voices, and speeds with the text-to-speech conversion!
|
| 55 |
""")
|
| 56 |
|