Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def analyze_world_model(model_name, dataset_key, num_samples=25):
|
|
| 62 |
cluster_texts[cluster_id].append(input_snippets[idx])
|
| 63 |
|
| 64 |
# Initialize Gemini
|
| 65 |
-
gemini_model = genai.GenerativeModel('gemini-
|
| 66 |
state_info = "## 🧠 Newtonian State Interpretation\n"
|
| 67 |
|
| 68 |
for cluster_id in range(n_clusters):
|
|
|
|
| 62 |
cluster_texts[cluster_id].append(input_snippets[idx])
|
| 63 |
|
| 64 |
# Initialize Gemini
|
| 65 |
+
gemini_model = genai.GenerativeModel('gemini-2.5-flash')
|
| 66 |
state_info = "## 🧠 Newtonian State Interpretation\n"
|
| 67 |
|
| 68 |
for cluster_id in range(n_clusters):
|