Spaces:
Sleeping
Sleeping
Merge pull request #1 from ilaa-1505/ilaa-1505-patch-1
Browse files
app.py
CHANGED
|
@@ -242,8 +242,6 @@ def ask():
|
|
| 242 |
"debug": debug,
|
| 243 |
"timings": stage_timings,
|
| 244 |
"comparison_rows": comparison_rows,
|
| 245 |
-
|
| 246 |
-
# 🔥 CRITICAL (DO NOT CHANGE)
|
| 247 |
"mmr_data": {
|
| 248 |
"umap_coords": debug.get("umap_coords"),
|
| 249 |
"sim_matrix": debug.get("sim_matrix"),
|
|
@@ -258,4 +256,4 @@ def ask():
|
|
| 258 |
|
| 259 |
# ---------------- RUN ----------------
|
| 260 |
if __name__ == "__main__":
|
| 261 |
-
app.run(debug=True)
|
|
|
|
| 242 |
"debug": debug,
|
| 243 |
"timings": stage_timings,
|
| 244 |
"comparison_rows": comparison_rows,
|
|
|
|
|
|
|
| 245 |
"mmr_data": {
|
| 246 |
"umap_coords": debug.get("umap_coords"),
|
| 247 |
"sim_matrix": debug.get("sim_matrix"),
|
|
|
|
| 256 |
|
| 257 |
# ---------------- RUN ----------------
|
| 258 |
if __name__ == "__main__":
|
| 259 |
+
app.run(debug=True)
|