Skip to content
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

Use custom UI components in Gradio #1752

Closed
jrabary opened this issue Jul 11, 2022 · 3 comments
Closed

Use custom UI components in Gradio #1752

jrabary opened this issue Jul 11, 2022 · 3 comments

Comments

@jrabary
Copy link

jrabary commented Jul 11, 2022

For some use cases it may be interesting to develop custom UI components for Gradio. For example, build a demo or even an application for AI assisted Image annotation or for Active Learning which demands specific user inter-action that are not currently available in Gradio.

The challenge are:

  • develop these custom UI components in a separate and independent repository and being able to inject them in a Gradio Application. Related issue have been open at ColorPicker component does not appear in documentation #1743, one of the proposed solution is to developed the component inside Gradio repo which we want to avoid.
  • add multiple inter-action with the backend (several UI action buttons that call different backend function)

We open this issue to discuss about the possible solutions the this problem.

@freddyaboulton
Copy link
Collaborator

Thank for filing @jrabary ! I agree this is something we should support in the future and we've already filed #1432 to discuss and brainstorm possible solutions.

Let's close this issue so that the discussion is all in one place. I also pinned #1432 so that it's more visible to people searching through open tickets.

If you have any ideas or thoughts please share in #1432 !

@jrabary
Copy link
Author

jrabary commented Jul 11, 2022

@freddyaboulton Thanks for pointing the issue, I missed it. How can, I join the discord ?

@freddyaboulton
Copy link
Collaborator

@jrabary There's info on this post: https://discuss.huggingface.co/t/join-the-hugging-face-discord/11263

You basically just have to click on the invite link on that post. There are channels for all hugging face libraries (not just gradio) as well as seminars and study groups!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants