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

**Is your feature request related to a problem? Please describe.** We need to write tests for the new event queue in the Frontend. **Additional context** Websocket testing tooling is seems...

testing
frontend

- [x] I have searched to see if a similar issue already exists. Possibly related to #1379. **Is your feature request related to a problem? Please describe.** The use case...

enhancement
frontend
backend

- [x] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** The docstring of `gr.Video` only mentions about...

docs/website

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

- [X] I have searched to see if a similar issue already exists. **Is your feature request related to a problem? Please describe.** GPUs can process multiple ML inputs at...

enhancement

### Describe the bug When importing https://huggingface.co/spaces/kuprel/min-dalle, gradio fails ``` dalle = gr.Interface.load("spaces/kuprel/min-dalle") Fetching interface from: https://huggingface.co/spaces/kuprel/min-dalle --------------------------------------------------------------------------- InvalidSchema Traceback (most recent call last) [/usr/local/lib/python3.7/dist-packages/gradio/processing_utils.py](https://localhost:8080/#) in encode_url_or_file_to_base64(path) 30 try: --->...

bug

### Describe the bug I'm having weird situations in which calling an inference function directly with a given video works well (I can download and play it), but just wrapping...

bug

### Describe the bug On occasions, one wants to set back a component back to initial state. In my situation, I have a 2-steps app, where one predicts a label...

enhancement

### Describe the bug When I click on Examples, all components don't work: My project link: https://huggingface.co/spaces/Zengyf-CVer/Gradio_YOLOv5_Det_v4 ### Is there an existing issue for this? - [X] I have searched...

bug

### Describe the bug When running an app with a `TimeSeries` example, the time series data is not displayed in the examples dataset and when you click on the example,...

bug
frontend