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
File ~/miniconda3/envs/pllava/lib/python3.12/site-packages/gradio_client/utils.py:676, in get_extension(encoding)
[675](https://vscode-remote+ssh-002dremote-002bc1.vscode-resource.vscode-cdn.net/home/ubuntu/pllava/tasks/eval/demo/~/miniconda3/envs/pllava/lib/python3.12/site-packages/gradio_client/utils.py:675) def get_extension(encoding: str) -> str | None:
--> [676](https://vscode-remote+ssh-002dremote-002bc1.vscode-resource.vscode-cdn.net/home/ubuntu/pllava/tasks/eval/demo/~/miniconda3/envs/pllava/lib/python3.12/site-packages/gradio_client/utils.py:676) encoding = encoding.replace("audio/wav", "audio/x-wav")
[677](https://vscode-remote+ssh-002dremote-002bc1.vscode-resource.vscode-cdn.net/home/ubuntu/pllava/tasks/eval/demo/~/miniconda3/envs/pllava/lib/python3.12/site-packages/gradio_client/utils.py:677) type = mimetypes.guess_type(encoding)[0]
[678](https://vscode-remote+ssh-002dremote-002bc1.vscode-resource.vscode-cdn.net/home/ubuntu/pllava/tasks/eval/demo/~/miniconda3/envs/pllava/lib/python3.12/site-packages/gradio_client/utils.py:678) if type == "audio/flac": # flac is not supported by mimetypes
AttributeError: 'dict' object has no attribute 'replace'
The text was updated successfully, but these errors were encountered:
There is a bug:
According to a member of Gradio, this is likely a version issue with your HF space:
gradio-app/gradio#7722
The text was updated successfully, but these errors were encountered: