Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio path none on longer audio recording #8248

Open
1 task done
SamridhiVaid opened this issue May 9, 2024 · 0 comments
Open
1 task done

Audio path none on longer audio recording #8248

SamridhiVaid opened this issue May 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SamridhiVaid
Copy link

Describe the bug

I have deployed gradio application in docker. I am using gr.audio component.

gr.Audio(sources=["microphone", "upload"], type="filepath", 
                                 format="mp3", show_download_button=True)

And I have a change event

audio.change(fn=self.audio_change, inputs=[audio, note_format, label_speakers], 
                         outputs=[note_text, transcript_text])

When I do a short recording of ~5 s, there is no issue. When I do a longer recording of ~ 10s or more, I get "WARNING: No audio file path provided". Then after that my app crashes.

I am running this on Google Chrome. I also tried it on Safari and Firefox
Screenshot 2024-05-09 at 12 38 37 AM
.

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Reproduction

import gradio as gr

I can't provide the reproduction steps as it part of a bigger application deployed on docker.

Screenshot

No response

Logs

No response

System Info

gradio==4.29.0 
gradio-client==0.15.1

Severity

Blocking usage of gradio

@SamridhiVaid SamridhiVaid added the bug Something isn't working label May 9, 2024
@SamridhiVaid SamridhiVaid changed the title Audio path on none on longer audio recording Audio path none on longer audio recording May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant