2023-08-24 06:41:08 +08:00
# @gradio/tootils
2024-04-26 07:08:27 +08:00
## 0.3.0
### Highlights
#### Setting File Upload Limits ([#7909](https://github.com/gradio-app/gradio/pull/7909) [`2afca65`](https://github.com/gradio-app/gradio/commit/2afca6541912b37dc84f447c7ad4af21607d7c72))
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.
```python
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)
```
![max_file_size_upload ](https://github.com/gradio-app/gradio/assets/41651716/7547330c-a082-4901-a291-3f150a197e45 )
#### 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.
![error_modal_calculator ](https://github.com/gradio-app/gradio/assets/41651716/16cb071c-accd-45a6-9c18-0dea27d4bd98 )
Thanks @freddyaboulton !
### Dependency updates
- @gradio/statustracker@0 .5.0
- @gradio/utils@0 .4.0
2024-04-19 02:09:10 +08:00
## 0.2.8
### Dependency updates
- @gradio/utils@0 .3.2
- @gradio/statustracker@0 .4.12
2024-04-09 03:07:24 +08:00
## 0.2.7
### Dependency updates
- @gradio/utils@0 .3.1
- @gradio/statustracker@0 .4.11
2024-03-28 05:25:36 +08:00
## 0.2.6
### Dependency updates
- @gradio/statustracker@0 .4.10
2024-03-26 00:35:44 +08:00
## 0.2.5
### Dependency updates
- @gradio/statustracker@0 .4.9
2024-03-06 08:54:36 +08:00
## 0.2.4
### Features
- [#7345 ](https://github.com/gradio-app/gradio/pull/7345 ) [`561579d` ](https://github.com/gradio-app/gradio/commit/561579d9b7b860c5cb3f8131e0dced0c8114463f ) - fix-tests. Thanks [@pngwn ](https://github.com/pngwn )!
2024-02-23 05:29:11 +08:00
## 0.2.3
### Patch Changes
- Updated dependencies [[`98a2719` ](https://github.com/gradio-app/gradio/commit/98a2719bfb9c64338caf9009891b6c6b0b33ea89 )]:
- @gradio/statustracker@0 .4.8
2024-02-17 04:28:13 +08:00
## 0.2.2
### Patch Changes
- Updated dependencies []:
- @gradio/statustracker@0 .4.7
2024-02-15 06:17:50 +08:00
## 0.2.1
### Patch Changes
- Updated dependencies [[`065c5b1` ](https://github.com/gradio-app/gradio/commit/065c5b163c4badb9d9cbd06d627fb4ba086003e7 )]:
- @gradio/utils@0 .3.0
- @gradio/statustracker@0 .4.6
2024-02-10 14:15:34 +08:00
## 0.2.0
### Features
2024-02-15 06:17:50 +08:00
- [#6890 ](https://github.com/gradio-app/gradio/pull/6890 ) [`cccab27` ](https://github.com/gradio-app/gradio/commit/cccab27fe8b6ae6860b3fff68694fa33060e18a7 ) - E2E tests for Lite. Thanks [@whitphx ](https://github.com/whitphx )!
- [#7342 ](https://github.com/gradio-app/gradio/pull/7342 ) [`0db7272` ](https://github.com/gradio-app/gradio/commit/0db7272694f307890afa569c80619828c173c3d5 ) - Fix lite tests. Thanks [@pngwn ](https://github.com/pngwn )!
2024-02-10 14:15:34 +08:00
2024-02-07 07:19:29 +08:00
## 0.1.9
### Patch Changes
- Updated dependencies [[`fdd1521` ](https://github.com/gradio-app/gradio/commit/fdd15213c24b9cbc58bbc1b6beb4af7c18f48557 )]:
- @gradio/utils@0 .2.2
- @gradio/statustracker@0 .4.5
2024-01-26 08:10:24 +08:00
## 0.1.8
### Patch Changes
- Updated dependencies [[`5727b92` ](https://github.com/gradio-app/gradio/commit/5727b92abc8a00a675bfc0a921b38de771af947b )]:
- @gradio/utils@0 .2.1
- @gradio/statustracker@0 .4.4
2023-12-20 08:17:10 +08:00
## 0.1.7
### Patch Changes
- Updated dependencies [[`828fb9e` ](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d )]:
- @gradio/statustracker@0 .4.3
2023-12-13 10:32:54 +08:00
## 0.1.6
### Patch Changes
- Updated dependencies []:
- @gradio/statustracker@0 .4.2
2023-12-05 08:14:12 +08:00
## 0.1.5
### Patch Changes
- Updated dependencies []:
- @gradio/statustracker@0 .4.1
2023-11-21 05:45:52 +08:00
## 0.1.4
### Patch Changes
- Updated dependencies [[`9caddc17b` ](https://github.com/gradio-app/gradio/commit/9caddc17b1dea8da1af8ba724c6a5eab04ce0ed8 )]:
- @gradio/statustracker@0 .4.0
2023-11-17 11:54:38 +08:00
## 0.1.3
### Patch Changes
- Updated dependencies []:
- @gradio/statustracker@0 .3.2
2023-11-08 07:50:13 +08:00
## 0.1.2
### Patch Changes
- Updated dependencies []:
- @gradio/statustracker@0 .3.1
2023-11-04 03:16:42 +08:00
## 0.1.1
### Fixes
2023-11-08 07:50:13 +08:00
- [#6234 ](https://github.com/gradio-app/gradio/pull/6234 ) [`aaa55ce85` ](https://github.com/gradio-app/gradio/commit/aaa55ce85e12f95aba9299445e9c5e59824da18e ) - Video/Audio fixes. Thanks [@freddyaboulton ](https://github.com/freddyaboulton )!
- [#6236 ](https://github.com/gradio-app/gradio/pull/6236 ) [`6bce259c5` ](https://github.com/gradio-app/gradio/commit/6bce259c5db7b21b327c2067e74ea20417bc89ec ) - Ensure `gr.CheckboxGroup` updates as expected. Thanks [@pngwn ](https://github.com/pngwn )!
- [#6249 ](https://github.com/gradio-app/gradio/pull/6249 ) [`2cffcf3c3` ](https://github.com/gradio-app/gradio/commit/2cffcf3c39acd782f314f8a406100ae22e0809b7 ) - ensure radios have different names. Thanks [@pngwn ](https://github.com/pngwn )!
2023-11-04 03:16:42 +08:00
2023-10-31 21:20:18 +08:00
## 0.1.0
### Features
2023-11-08 07:50:13 +08:00
- [#5498 ](https://github.com/gradio-app/gradio/pull/5498 ) [`287fe6782` ](https://github.com/gradio-app/gradio/commit/287fe6782825479513e79a5cf0ba0fbfe51443d7 ) - Publish all components to npm. Thanks [@pngwn ](https://github.com/pngwn )!
- [#5498 ](https://github.com/gradio-app/gradio/pull/5498 ) [`287fe6782` ](https://github.com/gradio-app/gradio/commit/287fe6782825479513e79a5cf0ba0fbfe51443d7 ) - Custom components. Thanks [@pngwn ](https://github.com/pngwn )!
2023-10-31 21:20:18 +08:00
2023-10-31 12:46:02 +08:00
## 0.1.0-beta.7
### Patch Changes
- Updated dependencies [[`667802a6c` ](https://github.com/gradio-app/gradio/commit/667802a6cdbfb2ce454a3be5a78e0990b194548a )]:
- @gradio/utils@0 .2.0-beta.6
## 0.1.0-beta.6
### Features
- [#6044 ](https://github.com/gradio-app/gradio/pull/6044 ) [`9053c95a1` ](https://github.com/gradio-app/gradio/commit/9053c95a10de12aef572018ee37c71106d2da675 ) - Simplify File Component. Thanks [@freddyaboulton ](https://github.com/freddyaboulton )!
### Fixes
- [#6046 ](https://github.com/gradio-app/gradio/pull/6046 ) [`dbb7de5e0` ](https://github.com/gradio-app/gradio/commit/dbb7de5e02c53fee05889d696d764d212cb96c74 ) - fix tests. Thanks [@pngwn ](https://github.com/pngwn )!
## 0.1.0-beta.5
### Patch Changes
- Updated dependencies [[`13ed8a485` ](https://github.com/gradio-app/gradio/commit/13ed8a485d5e31d7d75af87fe8654b661edcca93 )]:
- @gradio/utils@0 .2.0-beta.4
## 0.1.0-beta.4
### Features
- [#5648 ](https://github.com/gradio-app/gradio/pull/5648 ) [`c573e2339` ](https://github.com/gradio-app/gradio/commit/c573e2339b86c85b378dc349de5e9223a3c3b04a ) - Publish all components to npm. Thanks [@freddyaboulton ](https://github.com/freddyaboulton )!
## 0.1.0-beta.3
### Patch Changes
- Updated dependencies [[`0b4fd5b6d` ](https://github.com/gradio-app/gradio/commit/0b4fd5b6db96fc95a155e5e935e17e1ab11d1161 )]:
- @gradio/utils@0 .2.0-beta.3
## 0.1.0-beta.2
### Patch Changes
- Updated dependencies [[`14fc612d8` ](https://github.com/gradio-app/gradio/commit/14fc612d84bf6b1408eccd3a40fab41f25477571 )]:
- @gradio/utils@0 .2.0-beta.2
## 0.1.0-beta.1
### Patch Changes
- Updated dependencies []:
- @gradio/utils@0 .2.0-beta.1
## 0.1.0-beta.0
### Features
- [#5507 ](https://github.com/gradio-app/gradio/pull/5507 ) [`1385dc688` ](https://github.com/gradio-app/gradio/commit/1385dc6881f2d8ae7a41106ec21d33e2ef04d6a9 ) - Custom components. Thanks [@pngwn ](https://github.com/pngwn )!
2023-08-24 06:41:08 +08:00
## 0.0.2
### Highlights
#### Improve startup performance and markdown support ([#5279](https://github.com/gradio-app/gradio/pull/5279) [`fe057300`](https://github.com/gradio-app/gradio/commit/fe057300f0672c62dab9d9b4501054ac5d45a4ec))
##### 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.
2024-03-06 08:54:36 +08:00
Thanks [@pngwn ](https://github.com/pngwn )!