From 0488d785ee4db888ddb226f61a08b3c8361e1079 Mon Sep 17 00:00:00 2001 From: Palash Shah <35114859+Palashio@users.noreply.github.com> Date: Sat, 4 Jul 2020 18:50:07 -0400 Subject: [PATCH] removed excess code --- verve/queries.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/verve/queries.py b/verve/queries.py index 9bcc0823..fca3a12d 100644 --- a/verve/queries.py +++ b/verve/queries.py @@ -1,7 +1,7 @@ -# from verve.query.nlp_queries import (image_caption_query, -# generate_caption, classify_text, -# text_classification_query, get_summary, -# summarization_query) +from verve.query.nlp_queries import (image_caption_query, + generate_caption, classify_text, + text_classification_query, get_summary, + summarization_query) from verve.query.classification_models import (k_means_clustering, train_svm, nearest_neighbors, decision_tree) @@ -829,6 +829,4 @@ def analyze(self, model=None): if model is None: model = self.latest_model clearLog() - analyze(self, model) - -newClient = client('none') \ No newline at end of file + analyze(self, model) \ No newline at end of file