Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Feb 22, 2024
1 parent 507fdfb commit 00af4a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/modelscope_studio/components/Chatbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def preprocess(
) -> List[List[MultimodalMessage | None]]:
if self.data_preprocess:
payload = self.data_preprocess(self, payload)
payload = self.__class__.data_postprocess(self, payload)
payload = self.__class__.data_preprocess(self, payload)
if payload is None:
return payload
processed_messages = []
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"

[project]
name = "modelscope_studio"
version = "0.0.5"
version = "0.0.6"
description = "A set of extension component, inluding components for conversational input and display in multimodal scenarios, as well as more components for vertical scenarios."
readme = "README.md"
license = "Apache-2.0"
Expand Down

0 comments on commit 00af4a9

Please sign in to comment.