jhj0517 commited on
Commit
21772ff
1 Parent(s): 582adb3
Files changed (1) hide show
  1. notebook/whisper-webui.ipynb +5 -8
notebook/whisper-webui.ipynb CHANGED
@@ -36,8 +36,7 @@
36
  "!nvidia-smi"
37
  ],
38
  "metadata": {
39
- "id": "23yZvUlagEsx",
40
- "cellView": "form"
41
  },
42
  "execution_count": null,
43
  "outputs": []
@@ -85,8 +84,7 @@
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": []
@@ -95,17 +93,16 @@
95
  "cell_type": "code",
96
  "execution_count": null,
97
  "metadata": {
98
- "id": "PQroYRRZzQiN",
99
- "cellView": "form"
100
  },
101
  "outputs": [],
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
  ],
 
36
  "!nvidia-smi"
37
  ],
38
  "metadata": {
39
+ "id": "23yZvUlagEsx"
 
40
  },
41
  "execution_count": null,
42
  "outputs": []
 
84
  "#@markdown If you wonder how these arguments are used, you can see the [Wiki](https://github.com/jhj0517/Whisper-WebUI/wiki/Command-Line-Arguments)."
85
  ],
86
  "metadata": {
87
+ "id": "Qosz9BFlGui3"
 
88
  },
89
  "execution_count": null,
90
  "outputs": []
 
93
  "cell_type": "code",
94
  "execution_count": null,
95
  "metadata": {
96
+ "id": "PQroYRRZzQiN"
 
97
  },
98
  "outputs": [],
99
  "source": [
100
  "#@title #Run\n",
101
  "#@markdown Once the installation is complete, you can use public URL that is displayed.\n",
102
  "if 'arguments' in locals():\n",
103
+ " !python app.py --share --colab{arguments}\n",
104
  "else:\n",
105
+ " !python app.py --share --colab"
106
  ]
107
  }
108
  ],