Revert accidental direct push related to #13644 - #13679
Closed
dawoodkhan82 wants to merge 1 commit into
Closed
Conversation
Collaborator
🪼 branch checks and previews
Install Gradio from this PR pip install https://huggingface.co/buckets/gradio/pypi-previews/resolve/658cb3b2473c768dec593b33dc48895a87655249/gradio-6.20.0-py3-none-any.whlInstall Gradio Python Client from this PR pip install "gradio-client @ git+https://github.com/gradio-app/gradio@658cb3b2473c768dec593b33dc48895a87655249#subdirectory=client/python"Import Gradio JS Client from this PR via CDN import { Client } from "https://huggingface.co/buckets/gradio/npm-previews/resolve/658cb3b2473c768dec593b33dc48895a87655249/browser.js"; |
2 tasks
abidlabs
reviewed
Jul 28, 2026
abidlabs
left a comment
Member
There was a problem hiding this comment.
This is just a normal git revert? In which case lgtm. I don't really follow what the issue with the other PR was since we had approved it, did additional commits accidentally get included?
Collaborator
Author
|
Oh will close! codex accidentally created this PR when I had sub agents reviewing PRs |
This file contains hidden or 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
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
Restores the
maintree exactly to1535d695af964793e27fa55ec1f047dd64de5c9d, before an accidental direct push of the #13644 follow-up commits. This uses a normal revert commit and does not rewrite history.Related: #13644
AI Disclosure
🎯 PRs Should Target Issues
This recovery is directly related to #13644 and only reverses the accidental bypass of its review workflow.
Testing and Formatting Your Code
mainwithgit diff --quiet 1535d695af964793e27fa55ec1f047dd64de5c9d.git diff --check.