Skip to content

Commit 48da68b

Browse files
committed
nbfmt
1 parent ecbc143 commit 48da68b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

site/en/tutorials/audio/simple_audio.ipynb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898
},
9999
"outputs": [],
100100
"source": [
101-
"# Upgrade environment to support TF 2.10 in Colab\n",
101+
"# Upgrade environment to support TF 2.10 in Colab\n",
102102
"!pip install -U --pre tensorflow tensorflow_datasets\n",
103-
"!apt install --allow-change-held-packages libcudnn8=8.1.0.77-1+cuda11.2"
103+
"!apt install --allow-change-held-packages libcudnn8=8.1.0.77-1+cuda11.2"
104104
]
105105
},
106106
{
@@ -834,7 +834,7 @@
834834
"x = x[tf.newaxis,...]\n",
835835
"\n",
836836
"prediction = model(x)\n",
837-
"x_labels = ['no', 'yes', 'down', 'go', 'left', 'up', 'right', 'stop']\n",
837+
"x_labels = ['no', 'yes', 'down', 'go', 'left', 'up', 'right', 'stop']\n",
838838
"plt.bar(x_labels, tf.nn.softmax(prediction[0]))\n",
839839
"plt.title('No')\n",
840840
"plt.show()\n",
@@ -976,8 +976,6 @@
976976
"colab": {
977977
"collapsed_sections": [],
978978
"name": "simple_audio.ipynb",
979-
"private_outputs": true,
980-
"provenance": [],
981979
"toc_visible": true
982980
},
983981
"kernelspec": {

0 commit comments

Comments
 (0)