Skip to content

Bump gradio from 2.2.13 to 2.8.11#2

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/gradio-2.8.11
Open

Bump gradio from 2.2.13 to 2.8.11#2
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/gradio-2.8.11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 29, 2023

Copy link
Copy Markdown
Contributor

Bumps gradio from 2.2.13 to 2.8.11.

Release notes

Sourced from gradio's releases.

v2.8.1

Here's what's new in 2.8.1:

1. Markdown Support in description ✍️

You can now pass markdown directly inside the description parameter of Interface(). Here's an example, the following code creates the interface below it.

import gradio as gr
description="""
This text can be bold italic code linked or contain an image:
<img src="https://gradio.app/assets/img/logo.svg" style="display: inline-block; width: 100px;">
"""
gr.Interface(lambda x:x, "text", "text", description=description).launch()

2. New Chatbot Output 💬

gradio.outputs.Chatbot got a makeover. Everything works the same the way, but it now looks more like message chat!

FL1zVufXMAMOSh_

3. New Dataframe Input 📂

gradio.inputs.Dataframe also got a makeover. This is what it looks like now:

dataframe.mov

4. Multiple Language Support 🌍

Gradio demos will now support internationalization out-of-the-box based on the viewer's browser language preference.

We already have support for 12 languages:

  • English en
  • Arabic ar
  • German de
  • Spanish es
  • French fr
  • Hebrew he
  • Korean ko

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [gradio](https://github.com/gradio-app/gradio) from 2.2.13 to 2.8.11.
- [Release notes](https://github.com/gradio-app/gradio/releases)
- [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gradio-app/gradio/commits)

---
updated-dependencies:
- dependency-name: gradio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants