Lakonik commited on
Commit
d6de041
1 Parent(s): 533fa8c

Misc updates

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. README.md +1 -1
  3. index.html +4 -12
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ /.idea/
README.md CHANGED
@@ -23,6 +23,6 @@ Official demo of the paper:
23
  <sup>1</sup>Stanford University, <sup>2</sup>UCSD, <sup>3</sup>Apparate Labs
24
  <br>
25
 
26
- [[project page](https://lakonik.github.io/mvedit)] [[Web UI](https://lakonik.github.io/mvedit_demo/)] [[Web UI🤗](https://huggingface.co/spaces/Lakonik/MVEdit)] [[paper](https://arxiv.org/abs/2403.12032)]
27
 
28
  https://github.com/Lakonik/MVEdit/assets/53893837/062a0622-47f8-4068-b478-aa4a80e5b715
 
23
  <sup>1</sup>Stanford University, <sup>2</sup>UCSD, <sup>3</sup>Apparate Labs
24
  <br>
25
 
26
+ [[project page](https://lakonik.github.io/mvedit)] [[🤗Demo](https://huggingface.co/spaces/Lakonik/MVEdit)] [[paper](https://arxiv.org/abs/2403.12032)]
27
 
28
  https://github.com/Lakonik/MVEdit/assets/53893837/062a0622-47f8-4068-b478-aa4a80e5b715
index.html CHANGED
@@ -58,18 +58,10 @@
58
  }, 10000); // 10 seconds; adjust as necessary
59
  </script>
60
  </head>
61
- <body style="margin:0;padding:0px;overflow:hidden">
62
- <iframe id="siteIframe"
63
- src="https://mvedit.hanshengchen.com"
64
- frameborder="0"
65
- style="overflow:hidden;height:100vh;width:100%;"
66
- onload="iframeLoaded()">
67
- </iframe>
68
- <div id="loadingMessage">
69
- <p>Loading...</p>
70
- </div>
71
- <div id="maintenanceMessage" style="display: none">
72
- <p>The site is currently under maintenance. Please check back later.</p>
73
  </div>
74
  </body>
75
  </html>
 
58
  }, 10000); // 10 seconds; adjust as necessary
59
  </script>
60
  </head>
61
+ <body style="margin:0; padding:0px; overflow:hidden; display:flex; align-items:center; justify-content:center; height:100vh;">
62
+ <div id="noticeMessage" style="text-align:center;">
63
+ <p style="font-size:1.5em; margin:0 0 10px;">MVEdit has been merged into 3D-Adapter.</p>
64
+ <p style="margin:0;">Please visit our new demo <a href="https://huggingface.co/spaces/Lakonik/3D-Adapter" target="_blank" style="color:blue; text-decoration:underline;">here</a>.</p>
 
 
 
 
 
 
 
 
65
  </div>
66
  </body>
67
  </html>