-
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
Support gr.LoginButton
for gr.load()
#10577
base: main
Are you sure you want to change the base?
Conversation
🪼 branch checks and previews
Install Gradio from this PR pip install https://gradio-pypi-previews.s3.amazonaws.com/c2a86db3d10441fb9eb1d1efacff07b0f2cdff2d/gradio-5.16.0-py3-none-any.whl Install Gradio Python Client from this PR pip install "gradio-client @ git+https://github.com/gradio-app/gradio@c2a86db3d10441fb9eb1d1efacff07b0f2cdff2d#subdirectory=client/python" Install Gradio JS Client from this PR npm install https://gradio-npm-previews.s3.amazonaws.com/c2a86db3d10441fb9eb1d1efacff07b0f2cdff2d/gradio-client-1.12.0.tgz Use Lite from this PR <script type="module" src="https://gradio-lite-previews.s3.amazonaws.com/c2a86db3d10441fb9eb1d1efacff07b0f2cdff2d/dist/lite.js""></script> |
🦄 change detectedThis Pull Request includes changes to the following packages.
With the following changelog entry.
Maintainers or the PR author can modify the PR title to modify this entry.
|
Is this ready for review? |
Still doing some testing, but hopefully soon! |
Ok I'm opening this up for review. There seems to be a separate issue with HF Inference API not working through Spaces, but it seems unrelated to this PR... |
Ok there are a few strange issues going on with |
Test with:
Or on Spaces: https://huggingface.co/spaces/abidlabs/login-load
Closes: #10543
More context: https://github.com/huggingface-internal/moon-landing/issues/12460#issuecomment-2648148706, cc @julien-c @kefranabg