bertopic
Browse files
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)
|