Spaces:
Paused
Paused
x-lai
commited on
Commit
·
3d9efe2
1
Parent(s):
e007b3a
fix typo
Browse filesFormer-commit-id: 37531c52f977e67c7d5ce35e39be848895fe07bb
- 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 = [
|