gradio icon indicating copy to clipboard operation
gradio copied to clipboard

gradio 4.41 doesn't play audio in IOS

Open LamOne1 opened this issue 6 months ago • 3 comments

Describe the bug

gradio 4.41 doesn't play audio in IOS downgrading to 4.40 solve the issue

Have you searched existing issues? 🔎

  • [X] I have searched and found no existing issues

Reproduction

import gradio as gr

gr.Audio(value="example1.wav", type="filepath")

Screenshot

No response

Logs

No response

System Info

gradio 4.41
Python 3.8.19

Severity

I can work around it

LamOne1 avatar Aug 17 '24 18:08 LamOne1