Commit e1171c84 authored by Carl De Sousa Trias's avatar Carl De Sousa Trias
Browse files

Update Case3/all_AIW/AIM_folder/SpeechSynthesis.py

parent d771523b
...@@ -28,5 +28,5 @@ class SpeechSynthesis(): ...@@ -28,5 +28,5 @@ class SpeechSynthesis():
if __name__ == '__main__': if __name__ == '__main__':
module = SpeechSynthesis() module = SpeechSynthesis()
module.AnswerText="is it a boy?" module.AnswerText="Text as a string"
module.run() module.run()
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment