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

Update Case3/all_AIW/AIM_folder/AnswertoMultimodalQuestion.py

parent c0024df1
......@@ -72,6 +72,7 @@ if __name__ == '__main__':
#print(AIM_ASR.QuestionText)
AIM_TIQ = TextandImageQuery()
AIM_TIQ.QuestionText=AIM_ASR.QuestionText
##AIM_TIQ.QuestionText="question as a string"
AIM_TIQ.RawImage="path/to/context/image"
AIM_TIQ.run()
print(AIM_TIQ.AnswerText)
......
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