Excluding untracked files from demo notebook check action#2897
Merged
Conversation
Contributor
|
All the demos for this PR have been deployed at https://huggingface.co/spaces/gradio-pr-deploys/pr-2897-all-demos |
freddyaboulton
approved these changes
Dec 28, 2022
Collaborator
freddyaboulton
left a comment
There was a problem hiding this comment.
Beautiful @aliabd !
Member
|
Tested & works for me. Thanks @aliabd! |
abidlabs
approved these changes
Dec 28, 2022
dawoodkhan82
pushed a commit
that referenced
this pull request
Dec 29, 2022
* excluding untracked files from wget * changelog
dawoodkhan82
added a commit
that referenced
this pull request
Jan 5, 2023
* multiselect dropdown * fixes * more fixes * changes * changelog * formatting * format notebooks * type fixes * notebok fix * remove console log * notebook fix * type fix * Revert "format notebooks" This reverts commit fb8762e. * notebook fix * bug fixes * Update CHANGELOG.md * Excluding untracked files from demo notebook check action (#2897) * excluding untracked files from wget * changelog * fix setting default values * typeability and arrow key support * python types * reformat * another type check * minor fixes + interactive false fix * change remove token styling * separate multiselect into separate file * style fixes * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * some more style fixes * small bug fix * addressed pr comments * fix active color highlighting Co-authored-by: Ali Abdalla <ali.si3luwa@gmail.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
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.
Checks to see if file is tracked by git before adding a wget for it in the notebook. This issue was getting annoying in a lot of PRs.
Closes: #2756