Skip to content

Commit 2d05716

Browse files
authored
Fix space embedding hotfix (#1517)
1 parent c4ff15e commit 2d05716

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

gaussian-splatting.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ authors:
1515

1616
Check out the remote Gaussian Viewer space [here](https://huggingface.co/spaces/dylanebert/gaussian-viewer) or embedded below for an example of a Gaussian Splatting scene.
1717

18-
<script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/3.42.0/gradio.js"> </script>
19-
<gradio-app theme_mode="light" space="dylanebert/gaussian-viewer"></gradio-app>
18+
<iframe
19+
src="https://dylanebert-gaussian-viewer.hf.space"
20+
frameborder="0"
21+
width="960"
22+
height="720"
23+
></iframe>
2024
2125
## What is 3D Gaussian Splatting?
2226

0 commit comments

Comments
 (0)