From 7bd791140a4519744e3fcd45dce1bd4a799e7ad8 Mon Sep 17 00:00:00 2001 From: Mikey Saugstad Date: Mon, 23 Sep 2024 11:02:37 -0700 Subject: [PATCH] now only importing onnxruntime on crowdstudy server --- app/views/explore.scala.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/explore.scala.html b/app/views/explore.scala.html index 698fd64b6..5ff7c7d04 100644 --- a/app/views/explore.scala.html +++ b/app/views/explore.scala.html @@ -20,7 +20,9 @@ - + @if(currentCity.cityId == "crowdstudy") { + + }