Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -189,7 +189,10 @@ with gr.Blocks(css=CSS) as demo:
|
|
| 189 |
model_components['model2_shots'],
|
| 190 |
model_components['model2_regex'],
|
| 191 |
model_components['model2_flash_attn']
|
| 192 |
-
]
|
|
|
|
|
|
|
|
|
|
| 193 |
outputs=[
|
| 194 |
results_components['output'],
|
| 195 |
results_components['table'],
|
|
|
|
| 189 |
model_components['model2_shots'],
|
| 190 |
model_components['model2_regex'],
|
| 191 |
model_components['model2_flash_attn']
|
| 192 |
+
]
|
| 193 |
+
).then(
|
| 194 |
+
fn=handle_evaluation_results,
|
| 195 |
+
inputs=[], # The result from the previous function is automatically passed
|
| 196 |
outputs=[
|
| 197 |
results_components['output'],
|
| 198 |
results_components['table'],
|