Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,8 +154,8 @@ class TemporalPredictionSystem:
|
|
| 154 |
# Build the Markov chain with default corpus if fetch fails
|
| 155 |
self.build_initial_markov_chain()
|
| 156 |
|
| 157 |
-
|
| 158 |
-
|
| 159 |
|
| 160 |
|
| 161 |
def build_initial_markov_chain(self):
|
|
|
|
| 154 |
# Build the Markov chain with default corpus if fetch fails
|
| 155 |
self.build_initial_markov_chain()
|
| 156 |
|
| 157 |
+
# Initialize the system (or reinitialize if desired)
|
| 158 |
+
self.initialize()
|
| 159 |
|
| 160 |
|
| 161 |
def build_initial_markov_chain(self):
|