Skip to content

Commit

Permalink
update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
AricGamma committed Mar 23, 2024
1 parent 78bb5ff commit c717a44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
3 changes: 2 additions & 1 deletion src/config.json
Expand Up @@ -40,6 +40,7 @@
"res": {
"pdf": "",
"arxiv": "",
"github(comming soon)": "https://github.com/fudan-generative-vision/champ"
"github": "https://github.com/fudan-generative-vision/champ",
"huggingface": ""
}
}
12 changes: 3 additions & 9 deletions src/views/HomeView.vue
Expand Up @@ -80,13 +80,13 @@ const bibTex = ref(`@inproceedings{2024champ,

<a class="button" :href="res.github" target="_blank">
<i class="iconfont icon-lm-github"></i>
<span>Code</span>
<span>Code (comming soon)</span>
</a>

<a class="button" :href="res.huggingface" target="_blank">
<!-- <a class="button" :href="res.huggingface" target="_blank">
<i class="iconfont icon-lm-huggingface"></i>
<span>HuggingFace</span>
</a>
</a> -->
</div>

<video v-lazy src="@/assets/video/main_video.mp4" muted loop controls></video>
Expand Down Expand Up @@ -148,12 +148,6 @@ const bibTex = ref(`@inproceedings{2024champ,
<h3>Unseen Domain Animation</h3>
<div class="panel">
<UnseenVideos></UnseenVideos>
<!-- <video v-lazy src="@/assets/video/unseen/0.mp4" muted loop controls></video>
<video v-lazy src="@/assets/video/unseen/1.mp4" muted loop controls></video>
<video v-lazy src="@/assets/video/unseen/2.mp4" muted loop controls></video>
<video v-lazy src="@/assets/video/unseen/3.mp4" muted loop controls></video>
<video v-lazy src="@/assets/video/unseen/4.mp4" muted loop controls></video>
<video v-lazy src="@/assets/video/unseen/5.mp4" muted loop controls></video> -->
</div>
</section>

Expand Down

0 comments on commit c717a44

Please sign in to comment.