Abubakar Abid
Abubakar Abid
We've heard requests from many different places (Discord, #1410) on folks who want to create plugins / custom components in Gradio. We should think about how we want to support...
There is a lot of redundant data processing code for each `Component` (more details below), which is problematic because: (1) bugs are introduced when some parts of the code are...
We've heard this request in the past, and just heard this from a user at Hugging Face, who wanted to update the images in an image output component iteratively. From...
We used to have a nice gray border around embedded gradio demos with some additional information like this at the bottom:  I think this would a nice enhancement to...
### Describe the bug When using the `Plot` component, bokeh plots do not appear at all. This is documented here: #1632 > Pictures cannot be generated in Bokeh mode. And...
The `url_ok()` method needs some work since there are a bunch of open issues about it and it doesn't create a shareable link in Sagemaker notebooks: 
- [ ] Copy-paste button in code snippets in guides is gone - [ ] Is it possible to display a sidebar in the guide landing page like we do...
The font size used in the Quickstart and Guides is less than the font size used elsewhere on the website. Compare: (doc font) vs. (quickstart font) I find the smaller...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug `auth` doesn't seem to be working in 3.0 ### Reproduction...
### Describe the bug Noticed a few issues when selecting examples: 1. `load_example()` is a backend function, which means that it is slow in colab, Spaces, etc. Can we make...