We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d6dee commit ffebc54Copy full SHA for ffebc54
jac-mtllm/mtllm/aott.py
@@ -56,7 +56,7 @@ def aott_raise(
56
inputs_information_repr.extend(input_info.to_list_dict())
57
elif is_custom:
58
media = [x for x in inputs_information if isinstance(x.value, PILImage.Image)]
59
- inputs_information_repr = ""
+ inputs_information_repr = "\n".join([str(x) for x in inputs_information])
60
else:
61
inputs_information_repr = "\n".join([str(x) for x in inputs_information])
62
0 commit comments