Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frombunny committed Sep 23, 2024
1 parent 408993c commit 393905f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_flask.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def upload_files():

# 특징 추출 및 예측
features = extract_features(file_path)
predicted_pef_value = predict_pef(features)
predicted_pef_value = predict_pef(features) + 240

logging.info(f"Predicted PEF: {predicted_pef_value} for {file.filename}")
pef_results[f"pef_{idx}"] = predicted_pef_value
Expand Down

0 comments on commit 393905f

Please sign in to comment.