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
If a gr.File contains the file_types="image" the front-end never renders due to a Uncaught (in promise) TypeError: i.map is not a function in the browser console
FileUpload.svelte:49 Uncaught (in promise) TypeError: i.map is not a function
at Ce (FileUpload.svelte:49:27)
at Pt (index.4395ab38.js:4:6005)
at new Ee (FileUpload.svelte:60:30)
at Array.Me (File.svelte:57:16)
at Array.Se (File.svelte:40:16)
at jn (index.4395ab38.js:1:1425)
at _n (index.4395ab38.js:76:13914)
at Wc (index.4395ab38.js:76:14690)
at Pt (index.4395ab38.js:4:6206)
at new Zc (index.4395ab38.js:76:16107)
System Info
gradio==3.16.2
Severity
blocking upgrade to latest gradio version
The text was updated successfully, but these errors were encountered:
Describe the bug
If a
![image](https://user-images.githubusercontent.com/788417/214070991-eee5efef-2861-4aad-9568-e901e903f639.png)
gr.File
contains thefile_types="image"
the front-end never renders due to aUncaught (in promise) TypeError: i.map is not a function
in the browser consoleIs there an existing issue for this?
Reproduction
https://huggingface.co/spaces/multimodalart/grFileBug
Screenshot
No response
Logs
System Info
Severity
blocking upgrade to latest gradio version
The text was updated successfully, but these errors were encountered: