Skip to content

Commit

Permalink
reorg repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackAkil committed Jun 2, 2021
1 parent c2460f5 commit 7289821
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>

<title>Video Intelligence API Visualiser</title>
<link rel="icon" type="image/png" href="image.png" />
<link rel="icon" type="image/png" href="assets/icon.png" />

<meta name="description" content="Interactive visualiser for the Google Cloud Video Intelligence API.">
<meta name="keywords" content="google cloud, video, intelligence, api, video intelligence api, google cloud">
Expand Down Expand Up @@ -147,7 +147,7 @@

<header class="mdl-layout__header">
<div class="mdl-layout-icon">
<img class="logo" src="image.png">
<img class="logo" src="assets/icon.png">
</div>
<div class="mdl-layout__header-row">

Expand Down Expand Up @@ -429,8 +429,8 @@ <h5>Try with your data</h5>
video_input.addEventListener('change', load_video_dragged, false)
json_input.addEventListener('change', load_json_dragged, false)

load_json_from_url("bakers1621080019.5194054.json")
load_video_from_url("test_video.mp4")
load_json_from_url("assets/test_json.json")
load_video_from_url("assets/test_video.mp4")



Expand Down

0 comments on commit 7289821

Please sign in to comment.