Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
|
| 3 |
-
|
|
|
|
| 1 |
+
from bertopic import BERTopic
|
| 2 |
+
topic_model = BERTopic.load("davanstrien/transformers_issues_topics")
|
| 3 |
|
| 4 |
+
topic_model.get_topic_info()
|