diff --git a/public/index.html b/public/index.html
index 45f83384bca3316c7b077e8b265d747762b8d110..d5a82c34b56ee65e273217aa299a44dd25fe9e27 100644
--- a/public/index.html
+++ b/public/index.html
@@ -218,7 +218,7 @@
 //https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.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;
-        models.sunflower.scale.set(0.07, 0.07, 0.07);
+        models.sunflower.scale.set(0.04, 0.04, 0.04);
       });
 
       loader.load("https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/refs/heads/main/Models/Lantern/glTF/Lantern.gltf", (gltf) => {