gradio/test/components
Freddy Boulton 43e7cce2bd
Fix ImageEditor Size Issues (#10357)
* Fix

* Add test

* Fix

* Format

* add changeset

* rm for now

* Revert "rm for now"

This reverts commit 3cfbe3c577e365d9d14553e9a109bbe09f8170ac.

* rm for now

* tests

* fix tests

* dynamic canvas

* add code

* fix

* Add code

* add code

* crop size deprecation

* fix crop_size

* add code

* typecheck

* fix story

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Suzana Ilic <suzana.ilic.tokyo@gmail.com>
2025-01-22 18:35:00 +00:00
..
__init__.py Split test/test_components.py into test/components/test_*.py (#8218) 2024-05-07 16:06:34 +09:00
plot_data.py Refactor plots to drop altair and use vega.js directly (#8807) 2024-07-22 09:52:48 -07:00
test_annotated_image.py Add min/max-imize button to gr.Image and gr.Gallery (#8964) 2024-08-05 23:45:14 +01:00
test_audio.py 5.0 dev -> main (#8843) 2024-10-08 22:17:17 -07:00
test_button.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_chatbot.py Reset flagged values when switching conversations in chat history (#10292) 2025-01-06 13:59:31 -08:00
test_checkbox_group.py Clearer error message in CheckboxGroup's preprocess function (#9906) 2024-11-05 19:49:32 -04:00
test_checkbox.py Split test/test_components.py into test/components/test_*.py (#8218) 2024-05-07 16:06:34 +09:00
test_code.py 5.0 dev -> main (#8843) 2024-10-08 22:17:17 -07:00
test_color_picker.py Split test/test_components.py into test/components/test_*.py (#8218) 2024-05-07 16:06:34 +09:00
test_dataframe.py Add toolbar with fullscreen button to gr.Dataframe (#10377) 2025-01-21 15:24:16 -08:00
test_dataset.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_datetime.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_download_button.py 5.0 dev -> main (#8843) 2024-10-08 22:17:17 -07:00
test_dropdown.py Clearer error message in Dropdown's and Radio's preprocess function (#9921) 2024-11-11 19:44:31 +00:00
test_file_explorer.py Fix flaky tests and tests on Windows (#9059) 2024-08-08 01:41:16 -07:00
test_file.py Allow reordering files in gr.File (#10210) 2024-12-17 15:03:01 +00:00
test_gallery.py Allow displaying SVG images securely in gr.Image and gr.Gallery components (#10269) 2025-01-06 13:07:13 -08:00
test_highlighted_text.py 5.0 dev -> main (#8843) 2024-10-08 22:17:17 -07:00
test_html.py Add a .click() event and padding parameter to the HTML component (#10155) 2024-12-11 09:00:53 -08:00
test_image_editor.py Fix ImageEditor Size Issues (#10357) 2025-01-22 18:35:00 +00:00
test_image.py add webcam_height and webcam_width to specify the resolution of the Webcam (#10032) 2024-12-03 19:01:47 -05:00
test_json.py 5.0 dev -> main (#8843) 2024-10-08 22:17:17 -07:00
test_label.py Add show_heading param to gr.Label (#9987) 2024-11-27 19:26:23 +00:00
test_markdown.py Add copy button to gr.Markdown (#8851) 2024-07-22 12:39:20 +01:00
test_model3d.py Model3D point cloud and wireframe display modes (#8687) 2024-07-04 14:06:41 -07:00
test_native_plots.py Refactor plots to drop altair and use vega.js directly (#8807) 2024-07-22 09:52:48 -07:00
test_number.py Split test/test_components.py into test/components/test_*.py (#8218) 2024-05-07 16:06:34 +09:00
test_plot.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_radio.py Clearer error message in Dropdown's and Radio's preprocess function (#9921) 2024-11-11 19:44:31 +00:00
test_slider.py Add show_reset_button to gr.slider initialization (#10340) 2025-01-13 11:14:27 -08:00
test_state.py Fix state serialization issue (#10036) 2024-11-27 14:25:02 -05:00
test_textbox.py 5.0 dev -> main (#8843) 2024-10-08 22:17:17 -07:00
test_upload_button.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_video.py add webcam_height and webcam_width to specify the resolution of the Webcam (#10032) 2024-12-03 19:01:47 -05:00