diff --git a/public/index.html b/public/index.html
index 30d612fa95ba01cc051fc6917e01d95465a3aa90..355cb40c93c7feac7163c4eede0c9a7aa5c773b5 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("", function(gltf) {
+loader.load("https://transfer.hft-stuttgart.de/gitlab/22raya1mpg/argumented-reality/-/blob/master/hopper/scene.gltf", function(gltf) {
   flower = gltf.scene;
 });