gradio/gradio
Gradio PR Bot 81a1132d30
chore: update versions (#9298)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-10 14:38:52 -07:00
..
_simple_templates Use covariant container types across the codebase and add typing to our demos (#8854) 2024-07-19 18:34:34 -07:00
cli Set non-zero exit codes for custom component build and install commands when failures occur (#9088) 2024-08-12 15:09:52 -04:00
components Add a 'None' option to the gradio.Image component to disable image_m… (#9225) 2024-08-30 21:54:11 +00:00
layouts
stubs upgrade pyright==1.1.372 (#8837) 2024-07-19 00:21:51 -07:00
test_data
themes
__init__.py
.dockerignore
analytics.py
blocks_events.py
blocks.py Add root_url to components created by gr.render (#9267) 2024-09-10 11:24:40 -04:00
CHANGELOG.md chore: update versions (#9298) 2024-09-10 14:38:52 -07:00
chat_interface.py Fix chatinterface multimodal bug (#9119) 2024-08-15 14:50:32 +00:00
component_meta.py Fix for create_or_modify_pyi read_text Windows Issue in component_meta.py (#9242) 2024-09-02 17:00:47 +00:00
context.py
data_classes.py Separate starlette.Request from PredictBody. Only set in new PredictBodyInternal object (#9279) 2024-09-10 11:07:35 -04:00
events.py Allow accessing the entire row of selected values in gr.DataFrame (#9128) 2024-08-20 21:08:29 +00:00
exceptions.py Some tweaks to is_in_or_equal (#9020) 2024-08-06 18:53:10 -04:00
external_utils.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
external.py Fix flaky tests and tests on Windows (#9059) 2024-08-08 01:41:16 -07:00
flagging.py Catch OSErrors in HuggingFaceDatasetSaver._deserialize_components (#9078) 2024-08-12 12:56:59 -04:00
helpers.py Passes gr.Request if type hint is Request | None (#9011) 2024-08-07 08:33:22 -07:00
http_server.py
image_utils.py
interface.py Fix show_progress in gr.Interface (#9053) 2024-08-07 10:12:04 -07:00
ipython_ext.py
monitoring_dashboard.py Support the use of custom authentication mechanism, timeouts, and other httpx parameters in Python Client (#8862) 2024-07-23 21:44:00 +00:00
networking.py Improvements to FRP client download and usage (#8968) 2024-08-07 00:55:38 +00:00
oauth.py Deal with OAuth too many redirects (#8951) 2024-08-15 21:07:08 +00:00
package.json chore: update versions (#9298) 2024-09-10 14:38:52 -07:00
pipelines_utils.py Added support for TokenClassificationPipeline (#8888) 2024-07-24 13:08:15 -07:00
pipelines.py Added support for TokenClassificationPipeline (#8888) 2024-07-24 13:08:15 -07:00
processing_utils.py Improvements to FRP client download and usage (#8968) 2024-08-07 00:55:38 +00:00
queueing.py Separate starlette.Request from PredictBody. Only set in new PredictBodyInternal object (#9279) 2024-09-10 11:07:35 -04:00
ranged_response.py upgrade pyright==1.1.372 (#8837) 2024-07-19 00:21:51 -07:00
renderable.py Use covariant container types across the codebase and add typing to our demos (#8854) 2024-07-19 18:34:34 -07:00
route_utils.py Separate starlette.Request from PredictBody. Only set in new PredictBodyInternal object (#9279) 2024-09-10 11:07:35 -04:00
routes.py Fileformat whitelist (#9302) 2024-09-10 18:55:12 +00:00
server_messages.py upgrade pyright==1.1.372 (#8837) 2024-07-19 00:21:51 -07:00
state_holder.py
strings.py
templates.py Adding maxlength attribute handling of textarea and input HTML element for the gr.TextBox() component via a max_length parameter (#9185) 2024-08-27 23:42:05 +00:00
tunneling.py Improvements to FRP client download and usage (#8968) 2024-08-07 00:55:38 +00:00
utils.py Minor fixes (#9021) 2024-08-07 09:20:51 -07:00
wasm_utils.py