Skip to content

Commit

Permalink
removed excess code
Browse files Browse the repository at this point in the history
  • Loading branch information
Palashio committed Jul 4, 2020
1 parent 5b06ee5 commit 0488d78
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions verve/queries.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -829,6 +829,4 @@ def analyze(self, model=None):
if model is None:
model = self.latest_model
clearLog()
analyze(self, model)

newClient = client('none')
analyze(self, model)

0 comments on commit 0488d78

Please sign in to comment.