gradio icon indicating copy to clipboard operation
gradio copied to clipboard

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!

Results 888 gradio issues
Sort by recently updated
recently updated
newest added

# Description Based on issue #1676 I have created the `HuggingFaceDatasetJSONSaver` class which saves the files as JSONL. Specifically, for each flagged sample: - I create a unique ID (a...

### Describe the bug I wanted to add an image to the heading of the page and tried adding using markdown as follows ``` gr.Markdown("![image](z.png)") ``` but it fails to...

bug

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

Opening a WIP PR that fixes: https://github.com/gradio-app/gradio/issues/1759 Guide on how to integrate with Weights and Biases

### Describe the bug Hello, I tried the following code to write frames into video: ``` fourcc = cv2.VideoWriter_fourcc(*'mp4v') vid_out = cv2.VideoWriter(args.output, fourcc, fps, (w, h)) ret = True while...

bug

Adding a playground tab to the website, initially will just show curated demos side by side with their code. Currently has 12 demos (all the demos in getting started and...

I see that the cases provided on the official website are only the cases where the arrow function defines variables and returns. However, how to implement a custom function by...

pending clarification

**Is your feature request related to a problem? Please describe.** test.txt started to cause issues in a unrelated test after small changes in #1845. I think we should find a...

testing
backend

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