AdamCodd commited on
Commit
fd5a5db
·
verified ·
1 Parent(s): 0170c51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -110,7 +110,7 @@ async function classifyImage(url) {
110
  }
111
 
112
  // Example usage
113
- classifyImage('http://images.cocodataset.org/val2017/000000039769.jpg');
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