Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -1
index.html
CHANGED
@@ -5,7 +5,10 @@
|
|
5 |
<title>PLY Viewer Widget</title>
|
6 |
</head>
|
7 |
<body>
|
8 |
-
<!--
|
|
|
|
|
|
|
9 |
<script src="https://bilca-ply-viewer-in-js.static.hf.space/index.js?gif_url=https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/gif/red_cola/red_cola_preview.gif&ply_url=https://poly.cam/capture/dd3d6c98-4743-4019-aa90-662dce264f42"></script>
|
10 |
</body>
|
11 |
</html>
|
|
|
5 |
<title>PLY Viewer Widget</title>
|
6 |
</head>
|
7 |
<body>
|
8 |
+
<!--
|
9 |
+
The script is loaded with query parameters that provide the URLs
|
10 |
+
for the GIF preview and the PLY file.
|
11 |
+
-->
|
12 |
<script src="https://bilca-ply-viewer-in-js.static.hf.space/index.js?gif_url=https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/gif/red_cola/red_cola_preview.gif&ply_url=https://poly.cam/capture/dd3d6c98-4743-4019-aa90-662dce264f42"></script>
|
13 |
</body>
|
14 |
</html>
|