Sync with enterprise

This restores parity with enterprise

Change-Id: Ia3b134b7ed75b9182725e5d739e30cb31399bb0d
diff --git a/debian/control b/debian/control
index 8b70864..fb9098e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@
 Section: misc
 Priority: optional
 Standards-Version: 3.9.8
-Homepage: https://coral.withgoogle.com/
+Homepage: https://coral.ai/
 
 Package: edgetpudemo
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index a551f13..952a9b2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: edgetpudemo
-Source: https://coral.withgoogle.com
+Source: https://coral.ai
 
 Files: *
 Copyright: Copyright 2018 Google, LLC <coral-support@google.com>
diff --git a/edgetpu_demo b/edgetpu_demo
index c3564ef..2b94573 100755
--- a/edgetpu_demo
+++ b/edgetpu_demo
@@ -19,23 +19,23 @@
       --filter car,truck \
       --max_area 0.1 \
       --color white \
+      --loop \
       --displaymode fullscreen
-# Disable stream demo for now.
-# elif [[ "$1" == "--stream" ]]; then
-#   echo "Press 'q' to quit."
-#   echo "Press 'n' to switch between models."
+elif [[ "$1" == "--stream" ]]; then
+  echo "Press 'q' to quit."
+  echo "Press 'n' to switch between models."
 
-#   SERVER_INDEX_HTML="${TEST_DATA}/index.html" edgetpu_detect_server \
-#       --source "${VIDEO_STREAM_FILE}" \
-#       --model "${TPU_MODEL_FILE},${CPU_MODEL_FILE}" \
-#       --labels "${LABELS_FILE}" \
-#       --filter car,truck \
-#       --max_area 0.1 \
-#       --color white \
-#       --loop
+  SERVER_INDEX_HTML="${TEST_DATA}/index.html" edgetpu_detect_server \
+      --source "${VIDEO_STREAM_FILE}" \
+      --model "${TPU_MODEL_FILE},${CPU_MODEL_FILE}" \
+      --labels "${LABELS_FILE}" \
+      --filter car,truck \
+      --max_area 0.1 \
+      --color white \
+      --loop
 else
   echo "Run on-device inference:"
   echo "  $0 --device"
-  # echo "Run streaming server:"
-  # echo "  $0 --stream"
+  echo "Run streaming server:"
+  echo "  $0 --stream"
 fi