Auto-fetch Inception model assets for Android demo, so that manual download/extract step is unnecessary.
Change: 138475677
diff --git a/WORKSPACE b/WORKSPACE
index f96dbef..0634cd5 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -463,3 +463,10 @@
   name = "weblas_weblas_js",
   url = "https://raw.githubusercontent.com/waylonflinn/weblas/v0.9.0/dist/weblas.js",
 )
+
+new_http_archive(
+  name = "inception5h",
+  build_file = "models.BUILD",
+  url = "https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip",
+  sha256 = "d13569f6a98159de37e92e9c8ec4dae8f674fbf475f69fe6199b514f756d4364"
+)