Skip to content

Commit 0e9e161

Browse files
committed
api key fix
1 parent 4c3f4d6 commit 0e9e161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lab1/solutions/Part2_Music_Generation_Solution.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"source": [
7575
"!pip install comet_ml > /dev/null 2>&1\n",
7676
"import comet_ml\n",
77-
"# TODO: ENTER YOUR API KEY HERE!! read above for instructions\n",
77+
"# TODO: ENTER YOUR API KEY HERE!! instructions above\n",
7878
"COMET_API_KEY = \"\"\n",
7979
"\n",
8080
"# Import Tensorflow 2.0\n",

0 commit comments

Comments
 (0)