Commit e1c81b0b authored by Pierre Nagorny's avatar Pierre Nagorny ✍🏻
Browse files

Fix tfjs with html \n in Jupyter

parent c7e795bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1084,8 +1084,8 @@
    "                  model = response;\n",
    "                  console.log(\"Model successfully loaded!\");\n",
    "                })\n",
    "                .catch(error => output.textContent = 'ERROR :\\n' + error.message +\n",
    "                  '\\n\\nFix: put your model in a ./model/ folder')\n",
    "                .catch(error => output.textContent = \"ERROR :\" + error.message +\n",
    "                  \" Fix: put your model in a ./model/ folder\")\n",
    "\n",
    "              await setupWebcam();\n",
    "              webcam = await tf.data.webcam(webcamElement, {\n",