Spaces:
Paused
Paused
x-lai
commited on
Commit
·
37531c5
1
Parent(s):
ca34b66
fix typo
Browse files- utils/utils.py +1 -1
utils/utils.py
CHANGED
@@ -30,7 +30,7 @@ LONG_QUESTION_LIST = [
|
|
30 |
EXPLANATORY_QUESTION_LIST = [
|
31 |
"Please output segmentation mask and explain why.",
|
32 |
"Please output segmentation mask and explain the reason.",
|
33 |
-
"Please output segmentation mask and give some
|
34 |
]
|
35 |
|
36 |
ANSWER_LIST = [
|
|
|
30 |
EXPLANATORY_QUESTION_LIST = [
|
31 |
"Please output segmentation mask and explain why.",
|
32 |
"Please output segmentation mask and explain the reason.",
|
33 |
+
"Please output segmentation mask and give some explanation.",
|
34 |
]
|
35 |
|
36 |
ANSWER_LIST = [
|