e03daea1f3cb2318f70fddeac4e8eb347f122422
app.py relied on parsing stdout for the save path printed by the pipeline. After PR #21 replaced that print with logger.info(), the stdout parsing returned None, causing "Aucune image générée détectée". Now check the known save path directly (APP_DIR / save_path) and only fall back to stdout parsing if the file isn't found.
Description
No description provided
Languages
Jupyter Notebook
97.8%
Python
2.2%