Skip to content

Commit

Permalink
update hf demo and video
Browse files Browse the repository at this point in the history
  • Loading branch information
jiadingfang committed Apr 29, 2024
1 parent 91787f5 commit b9cec58
Showing 1 changed file with 3 additions and 44 deletions.
47 changes: 3 additions & 44 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,47 +42,6 @@
</head>
<body>

<!-- <nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu">
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
<a class="navbar-item" href="https://keunhong.com">
<span class="icon">
<i class="fas fa-home"></i>
</span>
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
More Research
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://hypernerf.github.io">
HyperNeRF
</a>
<a class="navbar-item" href="https://nerfies.github.io">
Nerfies
</a>
<a class="navbar-item" href="https://latentfusion.github.io">
LatentFusion
</a>
<a class="navbar-item" href="https://photoshape.github.io">
PhotoShape
</a>
</div>
</div>
</div>
</div>
</nav> -->


<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
Expand Down Expand Up @@ -137,7 +96,7 @@ <h1 class="title is-1 publication-title">Transcrib3D: 3D Referring Expression Re
</span>
<!-- Demo Link. -->
<span class="link-block">
<a href=""
<a href="https://huggingface.co/spaces/Transcrib3D/Transcrib3D-Demo"
class="external-link button is-normal is-rounded is-dark">
<!-- <span class="icon">
<i class="fab fa-github"></i>
Expand All @@ -152,12 +111,12 @@ <h1 class="title is-1 publication-title">Transcrib3D: 3D Referring Expression Re
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
<span>Code (Coming soon)</span>
</a>
</span>
<!-- Video Link. -->
<span class="link-block">
<a href=""
<a href="https://drive.google.com/file/d/1bvaCufaqSCugFXzgsJzXRYI_51TFpbsR/view?usp=sharing"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-youtube"></i>
Expand Down

0 comments on commit b9cec58

Please sign in to comment.