Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
MPAI-NNW
ReferenceSoftwareV12
Commits
dfa2fe1e
Commit
dfa2fe1e
authored
Sep 03, 2024
by
Carl De Sousa Trias
Browse files
Update Case3/all_AIW/AIM_folder/AnswertoMultimodalQuestion.py
parent
c0024df1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Case3/all_AIW/AIM_folder/AnswertoMultimodalQuestion.py
View file @
dfa2fe1e
...
@@ -72,6 +72,7 @@ if __name__ == '__main__':
...
@@ -72,6 +72,7 @@ if __name__ == '__main__':
#print(AIM_ASR.QuestionText)
#print(AIM_ASR.QuestionText)
AIM_TIQ
=
TextandImageQuery
()
AIM_TIQ
=
TextandImageQuery
()
AIM_TIQ
.
QuestionText
=
AIM_ASR
.
QuestionText
AIM_TIQ
.
QuestionText
=
AIM_ASR
.
QuestionText
##AIM_TIQ.QuestionText="question as a string"
AIM_TIQ
.
RawImage
=
"path/to/context/image"
AIM_TIQ
.
RawImage
=
"path/to/context/image"
AIM_TIQ
.
run
()
AIM_TIQ
.
run
()
print
(
AIM_TIQ
.
AnswerText
)
print
(
AIM_TIQ
.
AnswerText
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment