Allow user_annotations in the eb app (#1781)

This commit is contained in:
bmccandless
2020-08-18 17:13:57 -07:00
committed by GitHub
parent 950be4426d
commit 924aaf9aef
+1 -1
View File
@@ -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)