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
I have searched to see if a similar issue already exists.
I am using gradio gr.File to upload NifTi files which have the extensions .nii or their zipped version .nii.gz in version gradio==5.6.0 I am unable to set file_types =['.nii.gz'] but file_types =['.gz']works.
The text was updated successfully, but these errors were encountered:
I am using gradio
gr.File
to upload NifTi files which have the extensions.nii
or their zipped version.nii.gz
in versiongradio==5.6.0
I am unable to setfile_types =['.nii.gz']
butfile_types =['.gz']
works.The text was updated successfully, but these errors were encountered: