Skip to content

Commit

Permalink
Merge pull request #188 from jhj0517/feature/update-colab
Browse files Browse the repository at this point in the history
Update colab
  • Loading branch information
jhj0517 authored Jun 29, 2024
2 parents 736cf38 + 2aaf2c9 commit 2efbe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/whisper-webui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"\n",
"USERNAME = '' #@param {type: \"string\"}\n",
"PASSWORD = '' #@param {type: \"string\"}\n",
"WHISPER_TYPE = 'faster-whisper' #@param {type: \"string\"}\n",
"WHISPER_TYPE = 'faster-whisper' # @param [\"whisper\", \"faster-whisper\", \"insanely-fast-whisper\"]\n",
"THEME = '' #@param {type: \"string\"}\n",
"\n",
"arguments = \"\"\n",
Expand Down

0 comments on commit 2efbe19

Please sign in to comment.