Commit
·
4a6939d
1
Parent(s):
4f18cf9
post deadline commit information
Browse files
README.md
CHANGED
@@ -105,6 +105,12 @@ Experience hands-free planning with Merlin's natural voice features:
|
|
105 |
- **Seamless Integration:** Works with your favorite tools and data sources.
|
106 |
- **Continuous Improvement:** Each interaction refines your plan and execution.
|
107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
---
|
109 |
|
110 |
|
|
|
105 |
- **Seamless Integration:** Works with your favorite tools and data sources.
|
106 |
- **Continuous Improvement:** Each interaction refines your plan and execution.
|
107 |
|
108 |
+
## POST DEADLINE COMMIT CHANGES:
|
109 |
+
|
110 |
+
- gTTS replaces tts: In the last commit before deadline text to speech optional feature was disabled manually to address a dependency issue TTS caused in HF space. The commit
|
111 |
+
*"fix tts with gts"* replaced the TTS package with gTTS. The place of change is
|
112 |
+
**synthesize_speech(text)** method which swaps TTS for gTTS. Temporary disabling of text to speech was removed. Text to speech is now available again.
|
113 |
+
|
114 |
---
|
115 |
|
116 |
|