Skip to content

Commit

Permalink
Update webapp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Apr 12, 2018
1 parent f9f4e03 commit 9165f22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ def create_model():
INFO_4B = INFO_4B.format(parameter['Size of vocabulary, in tokens'])
INFO_5B = INFO_5B.format(parameter['Number of topics'])

1 / 0

yield "running", "Initializing LDA topic model ...", INFO_2B, INFO_3B, INFO_4B, INFO_5B
model = utils.enthread(target=utils.lda_modeling,
args=(document_term_arr,
Expand Down

0 comments on commit 9165f22

Please sign in to comment.