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

Update Case3/all_AIW/AIM_folder/AnswertoMultimodalQuestion.py

parent 14c5c660
......@@ -74,7 +74,7 @@ if __name__ == '__main__':
AIM_TIQ.QuestionText=AIM_ASR.QuestionText
AIM_TIQ.RawImage="path/to/context/image"
AIM_TIQ.run()
#print(AIM_TIQ.AnswerText)
print(AIM_TIQ.AnswerText)
AIM_TTS = TextToSpeech()
AIM_TTS.AnswerText=AIM_TIQ.AnswerText
AIM_TTS.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