-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Ci security tweaks take seventy three #9025
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🪼 branch checks and previews
Install Gradio from this PR pip install https://gradio-pypi-previews.s3.amazonaws.com/e4d63b613edb6c939175fc706a543b3f33c2b568/gradio-4.40.0-py3-none-any.whl Install Gradio Python Client from this PR pip install "gradio-client @ git+https://github.com/gradio-app/gradio@e4d63b613edb6c939175fc706a543b3f33c2b568#subdirectory=client/python" Install Gradio JS Client from this PR npm install https://gradio-npm-previews.s3.amazonaws.com/gradio-client-1.4.0.tgz |
freddyaboulton
pushed a commit
that referenced
this pull request
Aug 6, 2024
* asd * asd * asd * asd * adsa * asd * asd * asd
freddyaboulton
added a commit
that referenced
this pull request
Aug 6, 2024
* Add code * file_explorer test * dont use fastapi * Add code * Update requirements.txt * Ci security tweaks (#9010) * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * Ci security tweaks (#9012) * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * :[ * add cursor styling (#9003) * Add min/max-imize button to gr.Image and gr.Gallery (#8964) * add max/min-imize and zoom in and out to image preview * add full screen icon to gallery * add stories * add changeset * use native full screen api * remove zoom in/out * add changeset * tweaks * remove zoom prop * fix ui test * add annotated image btns * add changeset * format * ruff format * fix test * remove * tweak * fix test * format * amend bool check --------- Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: pngwn <[email protected]> * Ci security tweaks (#9014) * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * asd * :[ * asd * asd (#9015) * Ci security tweaks take seventy three (#9016) * asd * asd * asd * Ci security tweaks take seventy three (#9017) * asd * asd * asd * asd * Ci security tweaks take seventy three (#9018) * asd * asd * asd * asd * adsa * asd * Ci security tweaks take seventy three (#9019) * asd * asd * asd * asd * adsa * asd * asd * Website fixes for mobile (#8857) * better header for mobile * add changeset * nicer border * style header * better search overlay * responsive changes * more mobile responsiveness * docs and guides mobile responsive * formatting * fix get started button * fix header * test without lite * formatting * secondary menu docs * fix type overflow in paramtable * playground header * playground on mobile * small changes * formatting * formatting --------- Co-authored-by: gradio-pr-bot <[email protected]> * Ci security tweaks take seventy three (#9025) * asd * asd * asd * asd * adsa * asd * asd * asd * Ci security tweaks take seventy three (#9026) * asd * asd * asd * asd * adsa * asd * asd * asd * fix * asd (#9027) * fix (#9028) * Ci statuses (#9030) * fix * asd * Update tests * add changeset * Add code * add changeset * Comments --------- Co-authored-by: pngwn <[email protected]> Co-authored-by: Hannah <[email protected]> Co-authored-by: gradio-pr-bot <[email protected]> Co-authored-by: Ali Abdalla <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please include a concise summary, in clear English, of the changes in this pull request. If it closes an issue, please mention it here.
Closes: #(issue)
🎯 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
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
You may need to run the linters:
bash scripts/format_backend.sh
andbash scripts/format_frontend.sh