-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fixes to Website Demo Upload Script #8419
Conversation
🪼 branch checks and previews
Install Gradio from this PR pip install https://gradio-builds.s3.amazonaws.com/db8554d2202a52d76f3312222fab6a98ff41b6cf/gradio-4.32.0-py3-none-any.whl Install Gradio Python Client from this PR pip install "gradio-client @ git+https://github.com/gradio-app/gradio@db8554d2202a52d76f3312222fab6a98ff41b6cf#subdirectory=client/python" Install Gradio JS Client from this PR npm install https://gradio-builds.s3.amazonaws.com/db8554d2202a52d76f3312222fab6a98ff41b6cf/gradio-client-0.20.0.tgz |
🦄 no changes detectedThis Pull Request does not include changes to any packages.__No changes detected. __
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @aliabd !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks @aliabd!
We've been having a recurring issue where the script fails and many of the demos don't upload. It seems like the issue was with the create_repo function unnecessarily running too many times and creating a bunch of 409 errors which lead to 403 errors.
I made some changes:
I tested this with a list of over 500 demos and there wasn't any errors! Will keep an eye on it over next few days