mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
1265a9ac13
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1.2 KiB
1.2 KiB
@gradio/fileexplorer
0.2.1
Patch Changes
- Updated dependencies [
796145e2c
]:- @gradio/client@0.5.1
- @gradio/file@0.2.1
0.2.0
Highlights
new FileExplorer
component (#5672 e4a307ed6
)
Thanks to a new capability that allows components to communicate directly with the server without passing data via the value, we have created a new FileExplorer
component.
This component allows you to populate the explorer by passing a glob, but only provides the selected file(s) in your prediction function.
Users can then navigate the virtual filesystem and select files which will be accessible in your predict function. This component will allow developers to build more complex spaces, with more flexible input options.
For more information check the FileExplorer
documentation.
Thanks @aliabid94!