Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -879,7 +879,7 @@ def create_brain_rot_interface():
|
|
| 879 |
gr.Markdown("""
|
| 880 |
### 📊 Performance Charts
|
| 881 |
**Note**: To see performance charts, you need to run evaluations first.
|
| 882 |
-
This will evaluate both models on all benchmarks and may take several minutes.
|
| 883 |
""")
|
| 884 |
|
| 885 |
# Add evaluation button
|
|
|
|
| 879 |
gr.Markdown("""
|
| 880 |
### 📊 Performance Charts
|
| 881 |
**Note**: To see performance charts, you need to run evaluations first.
|
| 882 |
+
This will evaluate both models on all benchmarks and may take several minutes (1 hour for CPU based code execution, 32 min for RTX 4090 based code execution).
|
| 883 |
""")
|
| 884 |
|
| 885 |
# Add evaluation button
|