Update README.md
Browse files
README.md
CHANGED
|
@@ -110,7 +110,7 @@ async function classifyImage(url) {
|
|
| 110 |
}
|
| 111 |
|
| 112 |
// Example usage
|
| 113 |
-
classifyImage('
|
| 114 |
// Predicted class: sfw
|
| 115 |
```
|
| 116 |
|
|
|
|
| 110 |
}
|
| 111 |
|
| 112 |
// Example usage
|
| 113 |
+
classifyImage('https://example.com/path/to/image.jpg');
|
| 114 |
// Predicted class: sfw
|
| 115 |
```
|
| 116 |
|