-
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
Remaining blockers for Python client #3565
Comments
Added my name to some of the tasks @abidlabs |
Thank you so much @freddyaboulton! |
We should add a CHANGELOG for the clients, no? |
👍 sounds good, added to the list |
JS client already has one, fully automated: https://github.com/gradio-app/gradio/blob/8eec0541b281c1adb968b8100c0d7d16d7eab1a2/client/js/CHANGELOG.md |
I think upload limits should be set at the app level and not the client level. Right now the app doesn't set upload limits (not saying that's a good idea) but it'd be weird if there was that inconsistency between the client and app. |
@abidlabs Is support for spaces with auth on the roadmap? |
Yes let's create a separate issue for that and the other nice-to-haves because they are not blockers to launch (I can create the issues) |
Renamed so that this issue is only focused on the blockers |
Everything except rate limiting is complete, congrats everyone 🥳 Will close since rate limiting is a moon-landing issue, not a gradio issue |
+1 |
From #3300, here are the remaining TODOs for the Gradio Python client:
Necessary
__repr__
returns errorSupport passing in images as numpy arrays / pil images (note: I don't think we should do this in the client)Paths to files / images are confusing. Can we display them instead?The text was updated successfully, but these errors were encountered: