diff --git a/public/index.html b/public/index.html
index b8be792b0d032c54217a8149a56089f927ee5daf..7c9e9e0505b7788cabad57f89ca868079fdec7d9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -71,7 +71,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
 })
 
 let flower;
-loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf", function(gltf) {
+loader.load("https://transfer.hft-stuttgart.de/gitlab/22raya1mpg/argumented-reality/-/raw/567d6ba4fbd43ce81686043298a1f324485a9630/bee/scene.gltf", function(gltf) {
   flower = gltf.scene;
 });