Skip to content

Commit 4c3f4d6

Browse files
committed
api key
1 parent d46022e commit 4c3f4d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lab1/solutions/Part2_Music_Generation_Solution.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
"source": [
7575
"!pip install comet_ml > /dev/null 2>&1\n",
7676
"import comet_ml\n",
77-
"COMET_API_KEY = \"SlXYfzYjZ9qAqoLNOGHTF6qLU\" # TODO: ENTER YOUR API KEY HERE!!\n",
77+
"# TODO: ENTER YOUR API KEY HERE!! read above for instructions\n",
78+
"COMET_API_KEY = \"\"\n",
7879
"\n",
7980
"# Import Tensorflow 2.0\n",
8081
"import tensorflow as tf\n",

0 commit comments

Comments
 (0)