Skip to content

Commit

Permalink
Typo fix, = -> ==
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 351692228
  • Loading branch information
jesseengel authored and Magenta Team committed Jan 14, 2021
1 parent 72c08e0 commit 7f8157e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddsp/colab/demos/timbre_transfer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"#@markdown Install ddsp, define some helper functions, and download the model. This transfers a lot of data and _should take a minute or two_.\n",
"%tensorflow_version 2.x\n",
"print('Installing from pip package...')\n",
"!pip install -qU ddsp=1.0.0\n",
"!pip install -qU ddsp==1.0.0\n",
"\n",
"# Ignore a bunch of deprecation warnings\n",
"import warnings\n",
Expand Down

0 comments on commit 7f8157e

Please sign in to comment.