not-lain commited on
Commit
a5b43e6
1 Parent(s): dfc424f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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
  ```