-
Hello!,
I came across the [Open Call for Contributions to the LLaMA Recipes Repository](https://github.com/huggingface/huggingface-llama-recipes/issues/43) and I'm excited to contribute!
Project…
-
Implement error handling for API requests (e.g., when a species is not found) and validate user input in the Gradio interface.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What should this feature add?
I would like you to add extension support from the original Gradio Interfa…
-
### Your current environment
```
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.3 LTS (x86_64)
GCC vers…
-
### Checks
- [X] This template is only for feature request.
- [X] I have thoroughly reviewed the project documentation but couldn't find any relevant information that meets my needs.
- [X] I have sea…
-
My local Installation was throwing errors when clicking in the interface. I installed the proposed solutions at this post https://github.com/gradio-app/gradio/pull/9277#issuecomment-2332911070 which …
-
For equipment like MyCobot or the OpenFlexure microscope, we'd like people to be able to run full workflows with their own custom code outside of the app after requesting temporary access. This requir…
-
Thank you for your work!
I made a RunPod.io template with a graphical interface for Dimensionx, so that anyone can use it regardless of what computer they have.
Available here: https://runpod.io/c…
-
### Describe the bug
My response from the API during my GET request with command line interface(Bash), it keeps giving:
event: error
data: "404: Session not found."
### Have you searched exist…
-
If you create `examples` in an `Interface` that is rendered dynamically in a `@gr.render()` function, they will not show up:
```py
import gradio as gr
with gr.Blocks() as demo:
@gr.render(…