bilca commited on
Commit
a52b9dd
·
verified ·
1 Parent(s): 4aa2b00

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -1
index.html CHANGED
@@ -5,7 +5,10 @@
5
  <title>PLY Viewer Widget</title>
6
  </head>
7
  <body>
8
- <!-- Embed the script with URL parameters -->
 
 
 
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>