Skip to content

Commit

Permalink
Merge pull request #2340 from choejwoo:master
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 698202297
  • Loading branch information
copybara-github committed Nov 20, 2024
2 parents 2397584 + 67052a2 commit bbc0b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/tutorials/audio/simple_audio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@
" self.model = model\n",
"\n",
" # Accept either a string-filename or a batch of waveforms.\n",
" # YOu could add additional signatures for a single wave, or a ragged-batch. \n",
" # You could add additional signatures for a single wave, or a ragged-batch. \n",
" self.__call__.get_concrete_function(\n",
" x=tf.TensorSpec(shape=(), dtype=tf.string))\n",
" self.__call__.get_concrete_function(\n",
Expand Down

0 comments on commit bbc0b9c

Please sign in to comment.