Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
22 KiB
@gradio/video
0.8.10
Dependency updates
- @gradio/client@1.1.1
- @gradio/upload@0.11.2
- @gradio/image@0.11.10
0.8.9
Dependency updates
- @gradio/upload@0.11.1
- @gradio/client@1.1.0
- @gradio/image@0.11.9
0.8.8
Dependency updates
- @gradio/statustracker@0.6.0
- @gradio/client@1.0.0
- @gradio/upload@0.11.0
- @gradio/image@0.11.8
0.8.7
Dependency updates
- @gradio/upload@0.10.7
- @gradio/client@0.20.1
- @gradio/image@0.11.7
0.8.6
Dependency updates
- @gradio/client@0.20.0
- @gradio/statustracker@0.6.0
- @gradio/image@0.11.6
- @gradio/upload@0.10.6
0.8.5
Dependency updates
- @gradio/utils@0.4.2
- @gradio/atoms@0.7.4
- @gradio/statustracker@0.5.5
- @gradio/upload@0.10.5
- @gradio/client@0.19.4
- @gradio/image@0.11.5
0.8.4
Dependency updates
- @gradio/client@0.19.3
- @gradio/statustracker@0.5.4
- @gradio/image@0.11.4
- @gradio/upload@0.10.4
0.8.3
Dependency updates
- @gradio/upload@0.10.3
- @gradio/client@0.19.2
- @gradio/image@0.11.3
0.8.2
Dependency updates
- @gradio/statustracker@0.5.3
- @gradio/client@0.19.1
- @gradio/image@0.11.2
- @gradio/upload@0.10.2
0.8.1
Fixes
Dependency updates
- @gradio/atoms@0.7.3
- @gradio/statustracker@0.5.2
- @gradio/client@0.19.0
- @gradio/icons@0.4.1
- @gradio/image@0.11.1
- @gradio/upload@0.10.1
0.8.0
Features
- #8121
f5b710c
- chore(deps): update dependency eslint to v9. Thanks @renovate! - #8209
b9afe93
- RenameeventSource_Factory
andfetch_implementation
. Thanks @hannahblair!
Fixes
- #8179
6a218b4
- rework upload to be a class method + pass client into each component. Thanks @pngwn!
Dependency updates
- @gradio/atoms@0.7.2
- @gradio/client@0.18.0
- @gradio/upload@0.10.0
- @gradio/utils@0.4.1
- @gradio/wasm@0.10.1
- @gradio/statustracker@0.5.1
- @gradio/image@0.11.0
0.7.0
Highlights
Setting File Upload Limits (#7909 2afca65
)
We have added a max_file_size
size parameter to launch()
that limits to size of files uploaded to the server. This limit applies to each individual file. This parameter can be specified as a string or an integer (corresponding to the size in bytes).
The following code snippet sets a max file size of 5 megabytes.
import gradio as gr
demo = gr.Interface(lambda x: x, "image", "image")
demo.launch(max_file_size="5mb")
# or
demo.launch(max_file_size=5 * gr.FileSize.MB)
Error states can now be cleared
When a component encounters an error, the error state shown in the UI can now be cleared by clicking on the x
icon in the top right of the component. This applies to all types of errors, whether it's raised in the UI or the server.
Thanks @freddyaboulton!
Fixes
Dependency updates
- @gradio/atoms@0.7.1
- @gradio/client@0.17.0
- @gradio/image@0.10.0
- @gradio/statustracker@0.5.0
- @gradio/upload@0.9.0
- @gradio/utils@0.4.0
0.6.12
Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
- @gradio/image@0.9.12
0.6.11
Dependency updates
- @gradio/utils@0.3.1
- @gradio/atoms@0.6.2
- @gradio/statustracker@0.4.11
- @gradio/upload@0.8.4
- @gradio/image@0.9.11
- @gradio/client@0.15.1
0.6.10
Dependency updates
- @gradio/upload@0.8.3
- @gradio/client@0.15.0
- @gradio/image@0.9.10
0.6.9
Dependency updates
- @gradio/atoms@0.6.1
- @gradio/statustracker@0.4.10
- @gradio/icons@0.3.4
- @gradio/upload@0.8.2
- @gradio/image@0.9.9
0.6.8
Dependency updates
- @gradio/upload@0.8.1
- @gradio/statustracker@0.4.9
- @gradio/wasm@0.10.0
- @gradio/atoms@0.6.0
- @gradio/image@0.9.8
0.6.7
Dependency updates
- @gradio/client@0.14.0
- @gradio/upload@0.8.0
- @gradio/wasm@0.9.0
- @gradio/image@0.9.7
0.6.6
Dependency updates
- @gradio/upload@0.7.7
- @gradio/client@0.13.0
- @gradio/wasm@0.8.0
- @gradio/image@0.9.6
0.6.5
Patch Changes
- Updated dependencies [
8181695
]:- @gradio/upload@0.7.6
- @gradio/image@0.9.5
0.6.4
Features
- #7528
eda33b3
- Refactorsget_fetchable_url_or_file()
to remove it from the frontend. Thanks @abidlabs!
0.6.3
Patch Changes
- Updated dependencies [
98a2719
]:- @gradio/statustracker@0.4.8
- @gradio/image@0.9.3
0.6.2
Patch Changes
- Updated dependencies [
f191786
]:- @gradio/icons@0.3.3
- @gradio/atoms@0.5.3
- @gradio/image@0.9.2
- @gradio/statustracker@0.4.7
- @gradio/upload@0.7.4
0.6.1
Patch Changes
- Updated dependencies [
065c5b1
,32b317f
]:- @gradio/utils@0.3.0
- @gradio/client@0.12.1
- @gradio/atoms@0.5.2
- @gradio/image@0.9.1
- @gradio/statustracker@0.4.6
- @gradio/upload@0.7.3
0.6.0
Features
- #7183
49d9c48
- [WIP] Refactor file normalization to be in the backend and remove it from the frontend of each component. Thanks @abidlabs!
0.5.1
Features
- #7274
fdd1521
- chore: Change time format (thanks @jjshoots for the independent contribution). Thanks @arian81!
Fixes
0.5.0
Features
- #7104
bc2cdc1
- Allow download button for interactive Audio and Video components. Thanks @hannahblair!
0.4.0
Fixes
- #6933
9cefd2e
- Refactor examples so they accept data in the same format as is returned by function, rename.as_example()
to.process_example()
. Thanks @abidlabs! - #7038
6be3c2c
- Fix Chatbot custom component template. Thanks @freddyaboulton!
0.3.1
Fixes
- #6885
640b7fe
- Fix issue with Webcam Recording. Thanks @dawoodkhan82!
0.3.0
Features
- #6133
f742d0e
- Lite: Support AnnotatedImage on Wasm. Thanks @whitphx! - #6897
fb9c6ca
- Lite: Chatbot. Thanks @whitphx!
0.2.4
Features
0.2.3
Fixes
- #6766
73268ee
- Improve source selection UX. Thanks @hannahblair!
0.2.2
Patch Changes
- Updated dependencies [
245d58e
]:- @gradio/client@0.9.2
- @gradio/image@0.5.2
- @gradio/upload@0.5.5
0.2.1
Patch Changes
- Updated dependencies [
5d51fbc
,34f9431
]:- @gradio/upload@0.5.4
- @gradio/client@0.9.1
- @gradio/image@0.5.1
0.2.0
Features
- #6726
21cfb0a
- Remove the styles from the Image/Video primitive components and Fix the container styles. Thanks @whitphx! - #6398
67ddd40
- Lite v4. Thanks @whitphx!
Fixes
- #6698
798eca5
- Fit video media within Video component. Thanks @hannahblair!
0.1.9
Fixes
- #6566
d548202
- Improve video trimming and error handling. Thanks @hannahblair!
0.1.8
Patch Changes
- Updated dependencies [
71f1a1f99
]:- @gradio/client@0.8.2
- @gradio/image@0.4.1
- @gradio/upload@0.5.1
0.1.7
Patch Changes
- Updated dependencies [
9caddc17b
]:- @gradio/atoms@0.3.0
- @gradio/icons@0.3.0
- @gradio/image@0.4.0
- @gradio/statustracker@0.4.0
- @gradio/upload@0.5.0
0.1.6
Patch Changes
- Updated dependencies [
2f805a7dd
,f816136a0
]:- @gradio/image@0.3.6
- @gradio/upload@0.4.2
- @gradio/atoms@0.2.2
- @gradio/icons@0.2.1
- @gradio/statustracker@0.3.2
0.1.5
Features
- #6406
0401c77f3
- Move ffmpeg toVideo
deps. Thanks @hannahblair!
0.1.4
Patch Changes
- Updated dependencies [
6204ccac5
,4d3aad33a
,854b482f5
,f1409f95e
]:- @gradio/image@0.3.4
- @gradio/upload@0.4.0
- @gradio/client@0.8.0
0.1.3
Fixes
- #6279
3cdeabc68
- Ensure source selection does not get hidden in overflow. Thanks @hannahblair!
0.1.2
Fixes
- #6234
aaa55ce85
- Video/Audio fixes. Thanks @freddyaboulton!
0.1.1
Patch Changes
- Updated dependencies [
2ba14b284
]:- @gradio/client@0.7.1
- @gradio/image@0.3.1
- @gradio/upload@0.3.1
0.1.0
Features
- #5498
287fe6782
- fix circular dependency with client + upload. Thanks @pngwn! - #5498
287fe6782
- Clean root url. Thanks @pngwn! - #5498
287fe6782
- Improve Video Component. Thanks @pngwn! - #5498
287fe6782
- Image v4. Thanks @pngwn! - #5498
287fe6782
- Publish all components to npm. Thanks @pngwn! - #5498
287fe6782
- Custom components. Thanks @pngwn!
0.1.0-beta.9
Features
- #6143
e4f7b4b40
- fix circular dependency with client + upload. Thanks @pngwn! - #6136
667802a6c
- JS Component Documentation. Thanks @freddyaboulton! - #6094
c476bd5a5
- Image v4. Thanks @pngwn! - #6149
90318b1dd
- swapmode
on the frontned tointeractive
to match the backend. Thanks @pngwn! - #6118
88bccfdba
- Improve Video Component. Thanks @hannahblair! - #6140
71bf2702c
- Fix video. Thanks @abidlabs!
0.1.0-beta.8
Features
- #6016
83e947676
- Format js in v4 branch. Thanks @freddyaboulton!
Fixes
0.1.0-beta.7
Patch Changes
0.1.0-beta.6
Features
- #5960
319c30f3f
- rererefactor frontend files. Thanks @pngwn! - #5938
13ed8a485
- V4: Use beta release versions for '@gradio' packages. Thanks @freddyaboulton!
0.1.0
Features
- #5627
b67115e8e
- Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks @whitphx! - #5934
8d909624f
- Fix styling issues with Audio, Image and Video components. Thanks @aliabd!
0.0.11
Patch Changes
- Updated dependencies []:
- @gradio/utils@0.1.2
- @gradio/atoms@0.1.4
- @gradio/image@0.3.2
- @gradio/statustracker@0.2.2
- @gradio/upload@0.3.2
0.0.10
Patch Changes
- Updated dependencies [
8f0fed857
]:- @gradio/icons@0.2.0
- @gradio/atoms@0.1.3
- @gradio/image@0.3.1
- @gradio/statustracker@0.2.1
- @gradio/upload@0.3.1
0.0.9
Patch Changes
- Updated dependencies [
75ddeb390
]:- @gradio/image@0.3.0
- @gradio/upload@0.3.0
0.0.8
Patch Changes
- Updated dependencies [
e0d61b8ba
]:- @gradio/image@0.2.4
0.0.7
Patch Changes
- Updated dependencies [
dc86e4a7
]:- @gradio/image@0.2.3
0.0.6
Patch Changes
- Updated dependencies [
afac0006
]:- @gradio/statustracker@0.2.0
- @gradio/image@0.2.2
- @gradio/utils@0.1.1
- @gradio/atoms@0.1.2
- @gradio/upload@0.2.1
0.0.5
Patch Changes
- Updated dependencies [
abf1c57d
,79d8f9d8
]:- @gradio/icons@0.1.0
- @gradio/utils@0.1.0
- @gradio/upload@0.2.0
- @gradio/atoms@0.1.1
- @gradio/image@0.2.1
- @gradio/statustracker@0.1.1
0.0.4
Highlights
Improve startup performance and markdown support (#5279 fe057300
)
Improved markdown support
We now have better support for markdown in gr.Markdown
and gr.Dataframe
. Including syntax highlighting and Github Flavoured Markdown. We also have more consistent markdown behaviour and styling.
Various performance improvements
These improvements will be particularly beneficial to large applications.
- Rather than attaching events manually, they are now delegated, leading to a significant performance improvement and addressing a performance regression introduced in a recent version of Gradio. App startup for large applications is now around twice as fast.
- Optimised the mounting of individual components, leading to a modest performance improvement during startup (~30%).
- Corrected an issue that was causing markdown to re-render infinitely.
- Ensured that the
gr.3DModel
does re-render prematurely.
Thanks @pngwn!
Features
- #5215
fbdad78a
- Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks @pngwn!
0.0.3
Fixes
0.0.2
Patch Changes
- Updated dependencies [
44ac8ad0
]:- @gradio/image@0.1.0
- @gradio/utils@0.0.2
- @gradio/atoms@0.0.2
- @gradio/upload@0.0.2