gradio/test/components
meg de997e67c9
Adds ability to watermark videos via a watermark parameter in Video component (#8900)
* First pass at adding watermark to Video component

* add changeset

* Update video.py

Space.

* Adding demo files

* linting

* Automatically generated notebook generator

* lint

* Changing parentheses in check on whether conversion is needed

* Unimportant comment/spacing changes

* video

* Update gradio/components/video.py

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>

* Update gradio/components/video.py

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>

* Update video.py

Adding more details on watermark_file.

* Update gradio/components/video.py

Change in and/or statement.

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>

* Updating handling of WASM.

* Add paren.

* Minor lint change: if instead of elif

* lint change: spacing

* tweaks

* fixes

* demo

* demos

* notebooks

* notebooks

* remove comments

* video

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2024-07-29 21:09:38 +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 Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_audio.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_button.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_chatbot.py Add guides for msg format and llm agents (#8750) 2024-07-12 11:53:28 +00:00
test_checkbox_group.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07: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 Split test/test_components.py into test/components/test_*.py (#8218) 2024-05-07 16:06:34 +09: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 Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07: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_dropdown.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_file_explorer.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_file.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_gallery.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_highlighted_text.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_html.py Split test/test_components.py into test/components/test_*.py (#8218) 2024-05-07 16:06:34 +09:00
test_image_editor.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_image.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_json.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_label.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07: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 Split test/test_components.py into test/components/test_*.py (#8218) 2024-05-07 16:06:34 +09:00
test_slider.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -07:00
test_state.py Split test/test_components.py into test/components/test_*.py (#8218) 2024-05-07 16:06:34 +09:00
test_textbox.py Extend pyright to cover tests as well (#8856) 2024-07-21 19:55:18 -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 Adds ability to watermark videos via a watermark parameter in Video component (#8900) 2024-07-29 21:09:38 +00:00