"Too many requests" error

Replace this template with your information

Hello,

What I am doing
I am building a web to run an online psychology experiment. The website that runs the experiment is here
https://ccalafiore.gitlab.io/research/experiments/experiment_000_proactive_action_recognition_with_no_obstacles_and_no_movements/index.html and it is built in this repository https://gitlab.com/ccalafiore/research. This web shows many videos that are stored as images in this other repository https://gitlab.com/ccalafiore/dataset_o.3.6.

My issue
When I open the web link, the web starts loading all images from https://gitlab.com/ccalafiore/dataset_o.3.6, but it fails to load all images and prints this error in the chrome console “Failed to load resource: the server responded with a status of 429 ()”. This error is called “Too many requests” and you can find more details here https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429. Can you please help me solving this issue? Is it possible to increase the limit of the number of requests?