Skip to content

Commit

Permalink
Fix drop down bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 committed Nov 7, 2024
1 parent 1189737 commit 6d58d33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notebook/whisper-webui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"\n",
"USERNAME = '' #@param {type: \"string\"}\n",
"PASSWORD = '' #@param {type: \"string\"}\n",
"WHISPER_TYPE = 'faster-whisper' # @param [\"whisper\", \"faster-whisper\", \"insanely-fast-whisper\"]\n",
"WHISPER_TYPE = 'faster-whisper' # @param [\"whisper\", \"faster-whisper\", \"insanely_fast_whisper\"]\n",
"THEME = '' #@param {type: \"string\"}\n",
"\n",
"arguments = \"\"\n",
Expand All @@ -94,12 +94,12 @@
"id": "Qosz9BFlGui3",
"cellView": "form"
},
"execution_count": null,
"execution_count": 4,
"outputs": []
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 5,
"metadata": {
"id": "PQroYRRZzQiN",
"cellView": "form"
Expand Down

0 comments on commit 6d58d33

Please sign in to comment.