Skip to content

Commit

Permalink
api key
Browse files Browse the repository at this point in the history
  • Loading branch information
avaamini committed Jan 8, 2024
1 parent d46022e commit 4c3f4d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lab1/solutions/Part2_Music_Generation_Solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"source": [
"!pip install comet_ml > /dev/null 2>&1\n",
"import comet_ml\n",
"COMET_API_KEY = \"SlXYfzYjZ9qAqoLNOGHTF6qLU\" # TODO: ENTER YOUR API KEY HERE!!\n",
"# TODO: ENTER YOUR API KEY HERE!! read above for instructions\n",
"COMET_API_KEY = \"\"\n",
"\n",
"# Import Tensorflow 2.0\n",
"import tensorflow as tf\n",
Expand Down

0 comments on commit 4c3f4d6

Please sign in to comment.