Skip to content

Commit

Permalink
Add Youtube video link and add update README with instructions on how…
Browse files Browse the repository at this point in the history
… to serve contents locally using python (#2)

* Add Video link

* Add instructions for serving contents
  • Loading branch information
mattmazzola authored Nov 15, 2023
1 parent 4f39f26 commit dade97d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# LLaVA-Interactive

## Serve the contents of repo

```
python3 -m http.server
```
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h3 class="title is-3 publication-title">Image Chat, Segmentation and Generation
</span>
<span>arXiv</span>
</a>
</span>
</span>
<span class="link-block">
<a href="https://github.com/LLaVA-VL/LLaVA-Interactive-Demo" target="_blank"
class="external-link button is-normal is-rounded is-dark">
Expand All @@ -170,15 +170,15 @@ <h3 class="title is-3 publication-title">Image Chat, Segmentation and Generation
</a>
</span>

<!-- <span class="link-block">
<a href="#"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
<span>Video</span>
</a>
</span> -->
<span class="link-block">
<a href="https://youtu.be/r01w9NerNtA" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-youtube"></i>
</span>
<span>Video</span>
</a>
</span>
</div>
</div>
</div>
Expand Down

0 comments on commit dade97d

Please sign in to comment.