gradio/.config
Freddy Boulton 2afca65419
Add max_file_size parameter to launch() that limits the size of files that can be uploaded in the Gradio app (#7909)
* File size limits

* Implementation

* add changeset

* Fix tests

* python client support

* lint

* fix test

* lint

* add changeset

* Set at the blocks level

* add changeset

* type check

* format

* lint

* lint

* Delete files as soon as they're encountered

* fix tests

* type hint 🙄

* Fix tests

* Fix below limit test

* add changeset

* Fix tests

* Add client file

* revert loop code

* Add to guides

* Pass in via gradio component

* add changeset

* Update loading status

* Make errors closeable

* add changeset

* Add code

* Lint

* Changelog highlight

* Fix i18n in storybook

* Address comments

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2024-04-19 15:38:53 -04:00
..
playwright format (#4810) 2023-07-06 18:43:49 +01:00
.prettierignore Fix ci cache (#7256) 2024-02-01 12:49:48 +00:00
.prettierrc.json generate docs json in ci, reimplement main vs release (#5092) 2023-08-11 15:54:56 +01:00
basevite.config.ts Improve Embed and CDN handling and fix a couple of related bugs (#6261) 2023-11-02 22:29:03 +00:00
copy_frontend.py Version 4 development branch (#5498) 2023-10-31 04:46:02 +00:00
eslint.config.js Image editor (#6169) 2023-11-18 23:42:11 +00:00
playwright-ct.config.ts Slider browser unit tests (#4681) 2023-06-27 10:28:27 -04:00
playwright-setup.js Add max_file_size parameter to launch() that limits the size of files that can be uploaded in the Gradio app (#7909) 2024-04-19 15:38:53 -04:00
playwright.config.js Patch async_save_url_to_cache for Lite (#8026) 2024-04-17 03:54:34 +09:00
postcss.config.cjs
setup_vite_tests.ts update deps + fix tests (#4675) 2023-06-28 22:40:53 +01:00
tailwind.config.cjs
vitest.config.ts