Skip to content

Commit

Permalink
Remove from serializing
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Jul 17, 2023
1 parent a42b5c8 commit 9a0f7f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/python/gradio_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,8 +853,6 @@ def _setup_serializers(self) -> tuple[list[Serializable], list[Serializable]]:
serializer_name in serializing.SERIALIZER_MAPPING
), f"Unknown serializer: {serializer_name}, you may need to update your gradio_client version."
serializer = serializing.SERIALIZER_MAPPING[serializer_name]
elif component_name in utils.SKIP_COMPONENTS:
serializer = serializing.SimpleSerializable
else:
assert (
component_name in serializing.COMPONENT_MAPPING
Expand Down

0 comments on commit 9a0f7f9

Please sign in to comment.