You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 !
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!
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:
We open this issue to discuss about the possible solutions the this problem.
The text was updated successfully, but these errors were encountered: