rohansampath commited on
Commit
e1b71fe
·
verified ·
1 Parent(s): 61b4a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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=[