diff --git a/tutorial.ipynb b/tutorial.ipynb
index 3f3f73ad4..8d9c3f8b7 100644
--- a/tutorial.ipynb
+++ b/tutorial.ipynb
@@ -585,7 +585,7 @@
"\n",
"`detect.py` runs YOLOv5 inference on a variety of sources, downloading models automatically from the [latest YOLOv5 release](https://github.com/ultralytics/yolov5/releases), and saving results to `runs/detect`. Example inference sources are:\n",
"\n",
- " "
+ "
"
]
},
{
@@ -627,7 +627,7 @@
},
"source": [
" \n",
- "
"
+ "
"
]
},
{
@@ -1028,7 +1028,7 @@
"\n",
"During training you will see live updates at [https://wandb.ai/home](https://wandb.ai/home?utm_campaign=repo_yolo_notebook), and you can create and share detailed [Reports](https://wandb.ai/glenn-jocher/yolov5_tutorial/reports/YOLOv5-COCO128-Tutorial-Results--VmlldzozMDI5OTY) of your results. For more information see the [YOLOv5 Weights & Biases Tutorial](https://github.com/ultralytics/yolov5/issues/1289). \n",
"\n",
- "
"
+ "
"
]
},
{
@@ -1057,7 +1057,7 @@
"plot_results('path/to/results.csv') # plot 'results.csv' as 'results.png'\n",
"```\n",
"\n",
- "