If the GLTF file doesn’t include texture. You have to load your own, then add it to the default GLTFloader material, or completely replace the material itself.
I posted some code sample/explanation like this one: (to be used at your modelLoader.load function)
To load the texture, you can follow three.js offical docs about it.