gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
29.49k stars 2.19k forks source link

chore: update versions #8172

Closed pngwn closed 2 weeks ago

pngwn commented 2 weeks ago

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@gradio/client@0.18.0

Features

Fixes

gradio_client@0.16.1

Highlights

Support custom components in gr.load (#8200 72039be)

It is now possible to load a demo with a custom component with gr.load.

The custom component must be installed in your system and imported in your python session.

import gradio as gr
import gradio_pdf

demo = gr.load("freddyaboulton/gradiopdf", src="spaces")

if __name__ == "__main__":
    demo.launch()
image

Thanks @freddyaboulton!

Fixes

gradio@4.29.0

Highlights

Support custom components in gr.load (#8200 72039be)

It is now possible to load a demo with a custom component with gr.load.

The custom component must be installed in your system and imported in your python session.

import gradio as gr
import gradio_pdf

demo = gr.load("freddyaboulton/gradiopdf", src="spaces")

if __name__ == "__main__":
    demo.launch()
image

Thanks @freddyaboulton!

Features

Fixes

@gradio/atoms@0.7.2

Dependency updates

@gradio/audio@0.11.0

Features

Fixes

Dependency updates

@gradio/box@0.1.16

Dependency updates

@gradio/button@0.2.33

Dependency updates

@gradio/chatbot@0.10.0

Features

Dependency updates

@gradio/checkbox@0.3.1

Dependency updates

@gradio/checkboxgroup@0.5.1

Dependency updates

@gradio/code@0.6.1

Dependency updates

@gradio/colorpicker@0.3.1

Dependency updates

@gradio/dataframe@0.8.0

Features

Fixes

Dependency updates

@gradio/dataset@0.1.33

Dependency updates

@gradio/downloadbutton@0.1.10

Dependency updates

@gradio/dropdown@0.7.1

Dependency updates

@gradio/fallback@0.3.1

Dependency updates

@gradio/file@0.7.0

Features

Fixes

Dependency updates

@gradio/form@0.1.16

Dependency updates

@gradio/gallery@0.10.0

Features

Fixes

Dependency updates

@gradio/highlightedtext@0.6.0

Features

Dependency updates

@gradio/html@0.2.1

Dependency updates

@gradio/image@0.11.0

Features

Fixes

Dependency updates

@gradio/imageeditor@0.7.0

Features

Fixes

Dependency updates

@gradio/json@0.2.1

Dependency updates

@gradio/label@0.3.1

Dependency updates

@gradio/lite@4.29.0

Features

Dependency updates

@gradio/markdown@0.7.1

Dependency updates

@gradio/model3d@0.10.0

Features

Fixes

Dependency updates

@gradio/multimodaltextbox@0.4.0

Features

Fixes

Dependency updates

@gradio/number@0.4.1

Dependency updates

@gradio/paramviewer@0.4.10

Dependency updates

@gradio/plot@0.4.1

Dependency updates

@gradio/preview@0.9.0

Features

gradio_test@0.5.0

Features

@gradio/radio@0.5.1

Dependency updates

@gradio/simpledropdown@0.2.1

Dependency updates

@gradio/simpleimage@0.5.0

Features

Fixes

Dependency updates

@gradio/simpletextbox@0.2.1

Dependency updates

@gradio/slider@0.4.1

Dependency updates

@gradio/statustracker@0.5.1

Dependency updates

@gradio/tabitem@0.2.8

Dependency updates

@gradio/tabs@0.2.8

Dependency updates

@gradio/textbox@0.6.0

Features

Dependency updates

@gradio/tootils@0.4.0

Features

Fixes

Dependency updates

@gradio/upload@0.10.0

Features

Fixes

Dependency updates

@gradio/uploadbutton@0.6.1

Fixes

Dependency updates

@gradio/utils@0.4.1

Fixes

@gradio/video@0.8.0

Features

Fixes

Dependency updates

@gradio/wasm@0.10.1

Fixes

website@0.28.0

Features

Dependency updates

@gradio/accordion@0.3.11

Dependency updates

@gradio/annotatedimage@0.6.0

Features

Dependency updates

@gradio/app@1.34.0

Features

Fixes

Dependency updates

@gradio/fileexplorer@0.4.1

Dependency updates

@gradio/storybook@0.5.0

Features

Fixes

gradio-pr-bot commented 2 weeks ago

🪼 branch checks and previews

Name Status URL
Spaces ready! Spaces preview
Website ready! Website preview
Storybook building...
:unicorn: Changes skipped! Workflow log

Install Gradio from this PR

pip install https://gradio-builds.s3.amazonaws.com/3f818c56970624320d261e171ed37868a3cdcba0/gradio-4.28.3-py3-none-any.whl

Install Gradio Python Client from this PR

pip install "gradio-client @ git+https://github.com/gradio-app/gradio@3f818c56970624320d261e171ed37868a3cdcba0#subdirectory=client/python"