Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -191,7 +191,6 @@ class BERTopicChatbot:
|
|
| 191 |
'metrics': None
|
| 192 |
}
|
| 193 |
|
| 194 |
-
@st.cache_resource
|
| 195 |
def initialize_chatbot(dataset_name, text_column, split="train", max_samples=10000):
|
| 196 |
return BERTopicChatbot(dataset_name, text_column, split, max_samples)
|
| 197 |
|
|
|
|
| 191 |
'metrics': None
|
| 192 |
}
|
| 193 |
|
|
|
|
| 194 |
def initialize_chatbot(dataset_name, text_column, split="train", max_samples=10000):
|
| 195 |
return BERTopicChatbot(dataset_name, text_column, split, max_samples)
|
| 196 |
|