Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add show_download_button to gr.Image() #4959

Merged
merged 14 commits into from Jul 19, 2023
Merged

Conversation

hannahblair
Copy link
Collaborator

@hannahblair hannahblair commented Jul 18, 2023

Description

This PR adds the option to hide the download button in our Image component - for static images only.

Closes: #3748

🎯 PRs Should Target Issues

Before your create a PR, please check to see if there is an existing issue for this change. If not, please create an issue before you create this PR, unless the fix is very small.

Not adhering to this guideline will result in the PR being closed.

Tests & Changelog

  1. PRs will only be merged if tests pass on CI. To run the tests locally, please set up your Gradio environment locally and run the tests: bash scripts/run_all_tests.sh

  2. You may need to run the linters: bash scripts/format_backend.sh and bash scripts/format_frontend.sh

  3. Unless the pull request is labeled with the "no-changelog-update" label by a maintainer of the repo, all pull requests must update the changelog located in CHANGELOG.md:

Please add a brief summary of the change to the Upcoming Release section of the CHANGELOG.md file and include
a link to the PR (formatted in markdown) and a link to your github profile (if you like). For example, "* Added a cool new feature by [@myusername](link-to-your-github-profile) in [PR 11111](https://github.com/gradio-app/gradio/pull/11111)".

@vercel
Copy link

vercel bot commented Jul 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
gradio ✅ Ready (Inspect) Visit Preview Jul 19, 2023 5:47pm

@gradio-pr-bot
Copy link
Contributor

gradio-pr-bot commented Jul 18, 2023

All the demos for this PR have been deployed at https://huggingface.co/spaces/gradio-pr-deploys/pr-4959-all-demos


You can install the changes in this PR by running:

pip install https://gradio-builds.s3.amazonaws.com/fdc9ca2ddf79e4c91dbaa7ad12c14d3150feb835/gradio-3.37.0-py3-none-any.whl

@abidlabs
Copy link
Member

Nice @hannahblair, thanks for taking this on! Just one change above, but other LGTM

@gradio-pr-bot
Copy link
Contributor

gradio-pr-bot commented Jul 19, 2023

🎉 Chromatic build completed!

There are 27 visual changes to review.
There are 0 failed tests to fix.

@abidlabs
Copy link
Member

abidlabs commented Jul 19, 2023

One suggestion above, otherwise LGTM. Nice python :)

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

@freddyaboulton freddyaboulton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @hannahblair !

@hannahblair hannahblair merged commit a0efc11 into main Jul 19, 2023
12 checks passed
@hannahblair hannahblair deleted the add-show-download-button-param branch July 19, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to remove the download icon from gr.Image()?
4 participants