Spaces:
Running
Running
jhj0517
commited on
Commit
·
09744fa
1
Parent(s):
ebb9b01
updated notebook (fixed bug)
Browse files
notebook/whisper-webui.ipynb
CHANGED
|
@@ -85,10 +85,10 @@
|
|
| 85 |
"#@markdown If you wonder how these arguments are used, you can see the [Wiki](https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments)."
|
| 86 |
],
|
| 87 |
"metadata": {
|
| 88 |
-
"
|
| 89 |
-
"
|
| 90 |
},
|
| 91 |
-
"execution_count":
|
| 92 |
"outputs": []
|
| 93 |
},
|
| 94 |
{
|
|
@@ -102,7 +102,10 @@
|
|
| 102 |
"source": [
|
| 103 |
"#@title #Run\n",
|
| 104 |
"#@markdown Once the installation is complete, you can use public URL that is displayed.\n",
|
| 105 |
-
"
|
|
|
|
|
|
|
|
|
|
| 106 |
]
|
| 107 |
}
|
| 108 |
],
|
|
|
|
| 85 |
"#@markdown If you wonder how these arguments are used, you can see the [Wiki](https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments)."
|
| 86 |
],
|
| 87 |
"metadata": {
|
| 88 |
+
"id": "Qosz9BFlGui3",
|
| 89 |
+
"cellView": "form"
|
| 90 |
},
|
| 91 |
+
"execution_count": null,
|
| 92 |
"outputs": []
|
| 93 |
},
|
| 94 |
{
|
|
|
|
| 102 |
"source": [
|
| 103 |
"#@title #Run\n",
|
| 104 |
"#@markdown Once the installation is complete, you can use public URL that is displayed.\n",
|
| 105 |
+
"if 'arguments' in locals():\n",
|
| 106 |
+
" !python app.py --share{arguments}\n",
|
| 107 |
+
"else:\n",
|
| 108 |
+
" !python app.py --share"
|
| 109 |
]
|
| 110 |
}
|
| 111 |
],
|