Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DUQIA authored Dec 19, 2023
1 parent 984b6cc commit 35ea258
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Whisper/colab/Whisper.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"outputs": [],
"source": [
"torch\n",
"optimum\n",
"datasets[audio]\n",
"accelerate\n",
"torchaudio\n",
"transformers"
"!pip install torch\n",
"!pip install optimum\n",
"!pip install datasets[audio]\n",
"!pip install accelerate\n",
"!pip install torchaudio\n",
"!pip install transformers"
]
},
{
Expand Down Expand Up @@ -121,7 +121,7 @@
" inputs=\"audio\",\n",
" outputs=\"text\",\n",
" title=\"Whisper Large V3: Short Audio Timestamp Transcribe\",\n",
" description=\"🤗 [whisper-large-v3](https://huggingface.co/spaces/hf-audio/whisper-large-v3), Limited the audio length to 20 秒之前. Please check [here](https://github.com/DUQIA/Short-Video-To-Video) for details.\"\n",
" description=\"🤗 [whisper-large-v3](https://huggingface.co/spaces/hf-audio/whisper-large-v3), Limited the audio length to 20 seconds. Please check [here](https://github.com/DUQIA/Short-Video-To-Video) for details.\"\n",
" )\n",
"\n",
"demo.launch()"
Expand Down

0 comments on commit 35ea258

Please sign in to comment.