Skip to content

Commit

Permalink
Update gradio/components/dataset.py
Browse files Browse the repository at this point in the history
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
  • Loading branch information
freddyaboulton and abidlabs committed Oct 24, 2023
1 parent f50afe7 commit 7d18dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradio/components/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(
self.component_props = [
utils.recover_kwargs(
component.get_config(),
["value", "component_props", "component_ids"],
["value"],
)
for component in self._components
]
Expand Down

0 comments on commit 7d18dcf

Please sign in to comment.