Abubakar Abid

Results 119 issues of 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...

brainstorming
new component

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...

enhancement
backend

We used to have a nice gray border around embedded gradio demos with some additional information like this at the bottom: ![image](https://user-images.githubusercontent.com/1778297/183145125-bf44850f-0dff-4957-b3df-2649bb0bfb9d.png) I think this would a nice enhancement to...

enhancement
frontend

### 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...

bug

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: ![image](https://user-images.githubusercontent.com/1778297/145524558-ea3d4389-9ec5-4772-bec2-833ed01377df.png)

bug
backend

- [ ] 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...

docs/website

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...

docs/website

### 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...

bug
frontend

### 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...

bug