diff --git a/public/index.html b/public/index.html
index 0dce93ce6eaa7819023e45cdfff4b2eb0a23e08a..3f9d3eb31d506af97761c889ffb040dd63c6302b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -215,8 +215,8 @@
       loader.load("https://threejs.org/examples/models/gltf/RobotExpressive/RobotExpressive.glb", (gltf) => {
         models.robot = gltf.scene;
       });
-
-      loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf", (gltf) => {
+//https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf
+      loader.load("/assets/models/trash_model/robot.gltf", (gltf) => {
         models.sunflower = gltf.scene;
       });