nicholasKluge
commited on
Commit
•
f69b8ef
1
Parent(s):
5460e8d
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -29,6 +29,8 @@ The LeNNon-Smile-Detector is a convolutional neural network trained to detect th
|
|
29 |
|
30 |
### How to Use
|
31 |
|
|
|
|
|
32 |
```python
|
33 |
import torch
|
34 |
from PIL import Image
|
|
|
29 |
|
30 |
### How to Use
|
31 |
|
32 |
+
To run inference on this model, you can use the following code snippet:
|
33 |
+
|
34 |
```python
|
35 |
import torch
|
36 |
from PIL import Image
|