.gltf loading, but not showing in the browser

Hi there,
I have a .gltf file. I can open this with 3d viewer. But, when I try to load this in the browser, it loads (no error in the console), but it doesn’t show up in the scene. I tried to load the model in (three.js editor), but, failed.

How can i fix this??? please help…

The file link: base_003.gltf - Google Drive

In Three.js gltf loader example have BufferAttribute. Your file InterleavedBufferAttribute.
Maybe be this is problem.