stzhao commited on
Commit
f5f52f7
·
verified ·
1 Parent(s): 2899143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -176,6 +176,7 @@ def evaluate_single_data(data, client, executor, prompt_template, prompt_type):
176
  image_clue_idx = new_image_clue_idx
177
 
178
  code_execution_count += 1
 
179
 
180
  # 生成下一部分响应
181
  response_text, pred_stop_reason = call_chatgpt_api(
 
176
  image_clue_idx = new_image_clue_idx
177
 
178
  code_execution_count += 1
179
+ print(f"Code Execution Count: {code_execution_count}")
180
 
181
  # 生成下一部分响应
182
  response_text, pred_stop_reason = call_chatgpt_api(