Spaces:
Running
Running
jhj0517
commited on
Commit
·
2aaf2c9
1
Parent(s):
736cf38
update whisper type to dropdown
Browse files
notebook/whisper-webui.ipynb
CHANGED
@@ -70,7 +70,7 @@
|
|
70 |
"\n",
|
71 |
"USERNAME = '' #@param {type: \"string\"}\n",
|
72 |
"PASSWORD = '' #@param {type: \"string\"}\n",
|
73 |
-
"WHISPER_TYPE = 'faster-whisper'
|
74 |
"THEME = '' #@param {type: \"string\"}\n",
|
75 |
"\n",
|
76 |
"arguments = \"\"\n",
|
|
|
70 |
"\n",
|
71 |
"USERNAME = '' #@param {type: \"string\"}\n",
|
72 |
"PASSWORD = '' #@param {type: \"string\"}\n",
|
73 |
+
"WHISPER_TYPE = 'faster-whisper' # @param [\"whisper\", \"faster-whisper\", \"insanely-fast-whisper\"]\n",
|
74 |
"THEME = '' #@param {type: \"string\"}\n",
|
75 |
"\n",
|
76 |
"arguments = \"\"\n",
|