Skip to content

Commit 250057e

Browse files
Fix opencv-python version listed, and path to config.yaml.
1 parent 02672f3 commit 250057e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
app = FastAPI()
66

7-
predictor_config_path = "config.yaml"
7+
predictor_config_path = "./app/config.yaml"
88

99
predictor = ImagePredictor.init_from_config_url(predictor_config_path)
1010

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy
22
tensorflow
33
fastapi==0.49.0
4-
opencv-python==4.5.3
4+
opencv-python==4.5.3.56
55
PyYAML==5.3
66
uvicorn
77
python-multipart

0 commit comments

Comments
 (0)