Skip to content

Implement autocomplete on custom gradio apps #259

Discussion options

You must be logged in to vote

This is a pretty broad question, there are a lot of ways you can go about it.

First, I want to stress that my implementation here is in no way optimal. Many of the design decisions were made based on hard limitations posed by the webui, and many are severely outdated by now (e.g. that it had no API to use at the beginning). It's just too much work to rewrite it in a better way in my free time, lol.
Since it's your own app and you don't have to ensure compatibility with a third party, you have much more control over every step and won't need many of the tricks I had to resort to.

Here are some suggestions I can give in that regard:


Pure gradio implementations are possible. In fact, my ver…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@DominikDoom
Comment options

Answer selected by oliveirabruno01
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants