From 96bc4734883b7e3e39e664653383ae52ebf88558 Mon Sep 17 00:00:00 2001 From: Nick Sorros Date: Thu, 11 Nov 2021 18:03:22 +0200 Subject: [PATCH] Fix path of streamlit visualize --- grants_tagger/streamlit_visualize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grants_tagger/streamlit_visualize.py b/grants_tagger/streamlit_visualize.py index 567ea449..cd5a33f3 100644 --- a/grants_tagger/streamlit_visualize.py +++ b/grants_tagger/streamlit_visualize.py @@ -13,7 +13,7 @@ ) SHAP_IMPORTED = False -from grants_tagger.models import MeshCNN +from grants_tagger.models.mesh_cnn import MeshCNN from grants_tagger.predict import predict_tags