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