You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given an audio file audio.mp3, when we check the size of the file on the system, we get a file size of 2.9MB. Loading the same audio file through Gradio and checking the file size, we get a file size of 84.7MB (29x increase).
Describe the bug
Given an audio file
audio.mp3
, when we check the size of the file on the system, we get a file size of 2.9MB. Loading the same audio file through Gradio and checking the file size, we get a file size of 84.7MB (29x increase).This Space demonstrates with a test file
audio.mp3
(see cached examples): https://huggingface.co/spaces/sanchit-gandhi/gradio-audio-file-testIn both cases, we're computing the file size in the same way: https://huggingface.co/spaces/sanchit-gandhi/gradio-audio-file-test/blob/870f302c249f1d685648341d79f3561a1e53a71a/app.py#L7
Should there be a 29x inflation in file size after loading? This seems extreme no?
Is there an existing issue for this?
Reproduction
Refer to https://huggingface.co/spaces/sanchit-gandhi/gradio-audio-file-test
Screenshot
Logs
System Info
Severity
annoying
The text was updated successfully, but these errors were encountered: