Support for In-Memory Byte Transfer #10266
Labels
enhancement
New feature or request
needs designing
The proposed feature needs to be discussed and designed before being implemented
Gradio is an excellent project, and I really enjoy using it to develop apps. However, I’ve encountered a problem: due to user privacy concerns, my server is not allowed to store user input and output files (e.g., images and audio) on the disk.
To address this issue, I hope Gradio can support in-memory byte transfer functionality. This would allow the communication of files like images or audio directly in memory, avoiding storage on the server's disk and ensuring compliance with privacy policies.
I’ve spent some time studying Gradio's codebase, but the project is quite large for me, and I haven’t made much progress. I would deeply appreciate it if any developer could provide assistance with this.
Thank you for your consideration!
The text was updated successfully, but these errors were encountered: