Update README.md
Browse files
README.md
CHANGED
@@ -45,9 +45,12 @@ license: apache-2.0
|
|
45 |
- **How to Use**:
|
46 |
1. Clone the repository.
|
47 |
2. **Dependencies**:
|
48 |
-
|
49 |
-
|
50 |
-
```
|
|
|
|
|
|
|
51 |
```
|
52 |
|
53 |
#### **Model Limitations**
|
|
|
45 |
- **How to Use**:
|
46 |
1. Clone the repository.
|
47 |
2. **Dependencies**:
|
48 |
+
```
|
49 |
+
pip install torch torchvision matplotlib pillow
|
50 |
+
```
|
51 |
+
4. cd demo
|
52 |
+
```
|
53 |
+
python demo.py
|
54 |
```
|
55 |
|
56 |
#### **Model Limitations**
|