mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
8b4eb8cac9
* In transform_output, typeof d can be an object even if the property is_file doesn't exist on d. Therefore invoking d.is_file will error out. This commit fixes that by failing quietly if the is_file property doesn't exist on d. * Update client.ts - fixed spacing fixed spacing * add changeset --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co> Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
122 B
122 B
@gradio/client | gradio |
---|---|
minor | minor |
feat:JS Client: Fixes cannot read properties of null (reading 'is_file')