diff --git a/docs/reference/iframes/sentiment/index.html b/docs/reference/iframes/sentiment/index.html index dea5e3e..c32daf4 100644 --- a/docs/reference/iframes/sentiment/index.html +++ b/docs/reference/iframes/sentiment/index.html @@ -11,8 +11,8 @@
(Add description.) Ensure to enable the webcam.
+(Add description.)
diff --git a/docs/welcome/FAQ.md b/docs/welcome/FAQ.md index fe16ed6..f68e7ba 100644 --- a/docs/welcome/FAQ.md +++ b/docs/welcome/FAQ.md @@ -1,10 +1,10 @@ # FAQ -## Can I always use ml5.js in the [p5 web editor](https://editor.p5js.org)? +## Can I always use ml5.js in p5 web editor? Mostly. -A number of the ml5 sketches don't currently work in the p5 web editor due to some of the ways that the editor handles data files and some of the network communication regarding making requests to external data (e.g. the big model files that allow ml5.js to run things like image detection, etc). +A number of the ml5 sketches don't currently work in the [p5 web editor](https://editor.p5js.org/) due to some of the ways that the editor handles data files and some of the network communication regarding making requests to external data (e.g. the big model files that allow ml5.js to run things like image detection, etc). There are lots of developments in the p5 web editor as well as in ml5 to make sure these environments all play nicely together. If something doesn't work in the web editor, the best thing to do is to try and run things locally if possible. See [running you sketch with a local web server tutorial](/?id=try-ml5js-locally-3).