Update README.md
Browse files
README.md
CHANGED
@@ -13,4 +13,9 @@ pipe.predict("img_path.jpg")
|
|
13 |
```
|
14 |
```python
|
15 |
>> {"confidences":confidences,"face_with_mask": face_with_mask}
|
|
|
|
|
|
|
|
|
|
|
16 |
```
|
|
|
13 |
```
|
14 |
```python
|
15 |
>> {"confidences":confidences,"face_with_mask": face_with_mask}
|
16 |
+
```
|
17 |
+
# dependencies
|
18 |
+
to install related dependencies simply use the command
|
19 |
+
```
|
20 |
+
!wget https://huggingface.co/not-lain/deepfake/resolve/main/requirements.txt && pip install -r requirements.txt
|
21 |
```
|