MarMont commited on
Commit
c87d89d
1 Parent(s): 12bb295
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -545,7 +545,7 @@ def main(dataset, model, progress=gr.Progress(track_tqdm=True)):
545
  else:
546
  df = cleaning(df)
547
  base_bertopic(df)
548
- top_tweets = optimized_bertopic()
549
 
550
  print('doing topic summarization')
551
  headlines = topic_summarization(top_tweets)
 
545
  else:
546
  df = cleaning(df)
547
  base_bertopic(df)
548
+ top_tweets = optimized_bertopic(df)
549
 
550
  print('doing topic summarization')
551
  headlines = topic_summarization(top_tweets)