diff --git a/public/index.html b/public/index.html
index d5c04648210f3659d5cb013555035baf0489d845..3bb51cfd6907aa8cb0b29e91de67b0f2f283106b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -216,7 +216,7 @@
         models.robot = gltf.scene;
       });
 //https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf
-      loader.load("/assets/models/trash_model/scene.gltf", (gltf) => {
+      loader.load("https://transfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/trash_model/scene.gltf", (gltf) => {
         models.sunflower = gltf.scene;
       });