jhj0517 commited on
Commit
2ae30a6
·
1 Parent(s): 9149f85

Update gradio

Browse files
Files changed (1) hide show
  1. notebook/whisper-webui.ipynb +2 -2
notebook/whisper-webui.ipynb CHANGED
@@ -54,7 +54,7 @@
54
  "%cd Whisper-WebUI\n",
55
  "!pip install git+https://github.com/jhj0517/jhj0517-whisper.git\n",
56
  "!pip install faster-whisper==1.0.3\n",
57
- "!pip install gradio==4.29.0\n",
58
  "# Temporal bug fix from https://github.com/jhj0517/Whisper-WebUI/issues/256\n",
59
  "!pip install git+https://github.com/JuanBindez/pytubefix.git\n",
60
  "!pip install tokenizers==0.19.1\n",
@@ -96,7 +96,7 @@
96
  },
97
  {
98
  "cell_type": "code",
99
- "execution_count": 3,
100
  "metadata": {
101
  "id": "PQroYRRZzQiN",
102
  "cellView": "form"
 
54
  "%cd Whisper-WebUI\n",
55
  "!pip install git+https://github.com/jhj0517/jhj0517-whisper.git\n",
56
  "!pip install faster-whisper==1.0.3\n",
57
+ "!pip install gradio==4.43.0\n",
58
  "# Temporal bug fix from https://github.com/jhj0517/Whisper-WebUI/issues/256\n",
59
  "!pip install git+https://github.com/JuanBindez/pytubefix.git\n",
60
  "!pip install tokenizers==0.19.1\n",
 
96
  },
97
  {
98
  "cell_type": "code",
99
+ "execution_count": null,
100
  "metadata": {
101
  "id": "PQroYRRZzQiN",
102
  "cellView": "form"