odulcy-mindee commited on
Commit
8720f09
·
verified ·
1 Parent(s): dc494ae

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. backend/pytorch.py +1 -1
  3. requirements.txt +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2021-2025, Mindee.
2
 
3
  # This program is licensed under the Apache License 2.0.
4
  # See LICENSE or go to <https://opensource.org/licenses/Apache-2.0> for full license details.
 
1
+ # Copyright (C) 2021-2026, Mindee.
2
 
3
  # This program is licensed under the Apache License 2.0.
4
  # See LICENSE or go to <https://opensource.org/licenses/Apache-2.0> for full license details.
backend/pytorch.py CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2021-2025, Mindee.
2
 
3
  # This program is licensed under the Apache License 2.0.
4
  # See LICENSE or go to <https://opensource.org/licenses/Apache-2.0> for full license details.
 
1
+ # Copyright (C) 2021-2026, Mindee.
2
 
3
  # This program is licensed under the Apache License 2.0.
4
  # See LICENSE or go to <https://opensource.org/licenses/Apache-2.0> for full license details.
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- -e git+https://github.com/mindee/doctr.git#egg=python-doctr[viz]
2
  streamlit>=1.0.0
 
1
+ -e "python-doctr[viz] @ git+https://github.com/mindee/doctr.git"
2
  streamlit>=1.0.0