Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Real-time face detection and emotion/gender classification using fer2013/IMDB da

<div class="myvideo">
<video style="display:block; width:100%; height:auto;" autoplay controls loop="loop">
<source src="{{ site.baseurl }}/image/emotions.mp4" type="video/mp4" />
<source src="{{ site.baseurl }}/image/emotions.ogv" type="video/ogg" />
<source src="{{ site.baseurl }}/image/emotions.webm" type="video/webm" />
<source src="{{ site.baseurl }}/images/emotions.mp4" type="video/mp4" />
<source src="{{ site.baseurl }}/images/emotions.ogv" type="video/ogg" />
<source src="{{ site.baseurl }}/images/emotions.webm" type="video/webm" />
</video>
</div>

Expand Down