From 924aaf9aef6b68359bbec954525e351f58c814c7 Mon Sep 17 00:00:00 2001 From: bmccandless Date: Tue, 18 Aug 2020 17:13:57 -0700 Subject: [PATCH] Allow user_annotations in the eb app (#1781) --- server/eb/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/eb/app.py b/server/eb/app.py index 9aa86263..159e6dc4 100644 --- a/server/eb/app.py +++ b/server/eb/app.py @@ -158,7 +158,7 @@ try: # features are unsupported in the current hosted server app_config.update_default_dataset_config( - user_annotations__enable=False, embeddings__enable_reembedding=False, + embeddings__enable_reembedding=False, ) app_config.update_server_config(multi_dataset__allowed_matrix_types=["cxg"],) app_config.complete_config(logging.info)