Spaces:
Sleeping
Sleeping
Commit
·
905c230
1
Parent(s):
8489475
v2.3
Browse files
app.py
CHANGED
|
@@ -49,8 +49,8 @@ def run_auto_suite_display(model_id, num_steps, seed, experiment_name, progress=
|
|
| 49 |
cleanup_memory()
|
| 50 |
return pd.DataFrame(), pd.DataFrame(), f"### ❌ Auto-Experiment Failed\n```\n{traceback.format_exc()}\n```"
|
| 51 |
|
| 52 |
-
with gr.Blocks(theme=theme, title="Cognitive Seismograph 2.
|
| 53 |
-
gr.Markdown("# 🧠 Cognitive Seismograph 2.
|
| 54 |
|
| 55 |
with gr.Tabs():
|
| 56 |
with gr.TabItem("🔬 Manual Single Run"):
|
|
|
|
| 49 |
cleanup_memory()
|
| 50 |
return pd.DataFrame(), pd.DataFrame(), f"### ❌ Auto-Experiment Failed\n```\n{traceback.format_exc()}\n```"
|
| 51 |
|
| 52 |
+
with gr.Blocks(theme=theme, title="Cognitive Seismograph 2.3") as demo:
|
| 53 |
+
gr.Markdown("# 🧠 Cognitive Seismograph 2.3 (Machine Psychology)")
|
| 54 |
|
| 55 |
with gr.Tabs():
|
| 56 |
with gr.TabItem("🔬 Manual Single Run"):
|