Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -191,6 +191,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
191 |
model_components['model2_flash_attn']
|
192 |
],
|
193 |
outputs=[results_components['tmp_data']]
|
|
|
194 |
fn=handle_evaluation_results,
|
195 |
inputs=[results_components['tmp_data']], # Change: Pass the dictionary to handle_evaluation_results
|
196 |
outputs=[
|
|
|
191 |
model_components['model2_flash_attn']
|
192 |
],
|
193 |
outputs=[results_components['tmp_data']]
|
194 |
+
).then(
|
195 |
fn=handle_evaluation_results,
|
196 |
inputs=[results_components['tmp_data']], # Change: Pass the dictionary to handle_evaluation_results
|
197 |
outputs=[
|