Spaces:
Paused
Paused
Upload folder using huggingface_hub
Browse files- app.py +1 -1
- backend/pytorch.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# Copyright (C) 2021-
|
| 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-
|
| 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
|
| 2 |
streamlit>=1.0.0
|
|
|
|
| 1 |
+
-e "python-doctr[viz] @ git+https://github.com/mindee/doctr.git"
|
| 2 |
streamlit>=1.0.0
|