Wagtail commited on
Commit
6c4682c
·
unverified ·
1 Parent(s): c5fcf8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -42,6 +42,8 @@ Run the app with ```python3 app.py```
42
 
43
  - add gitattributes for LSF usage to handle pickle files. This is possible for more file types, e.g. ```git lfs track "*.pdf" + git add .gitattributes```
44
  - Update numpy version requirement, older versions can't load pickle files from new versions.
 
 
45
 
46
  ### Outlook
47
  Input the raw video into a [reasoning vision model](https://huggingface.co/blog/nvidia/nvidia-cosmos-reason-2-brings-advanced-reasoning) and develop the workflow with [daggr](https://huggingface.co/blog/daggr) for gradio.
 
42
 
43
  - add gitattributes for LSF usage to handle pickle files. This is possible for more file types, e.g. ```git lfs track "*.pdf" + git add .gitattributes```
44
  - Update numpy version requirement, older versions can't load pickle files from new versions.
45
+ - The requirement for scikit-learn is updated to 1.8.0 to prevent InconsistentVersionWarning.
46
+ - Refactor and lint app.py
47
 
48
  ### Outlook
49
  Input the raw video into a [reasoning vision model](https://huggingface.co/blog/nvidia/nvidia-cosmos-reason-2-brings-advanced-reasoning) and develop the workflow with [daggr](https://huggingface.co/blog/daggr) for gradio.