Lucas G. Santos

Results 2 comments of Lucas G. Santos

> For me, this worked > > ``` > white-space: nowrap; > min-width: auto; > ``` This worked for me too, thank @trdaya :)

To me the solution was to put the absolute path on the promisses, linke this: _faceapi.nets.tinyFaceDetector.loadFromUri('/caretas/assets/lib/face-api/models'), becouse when the browser fetchs it it calls http://www.domain.com/your_project/assets/... Hope it helps!