Spaces:
Paused
Paused
add whisper to requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ torch
|
|
3 |
scipy
|
4 |
ftfy
|
5 |
git+https://github.com/huggingface/transformers
|
6 |
-
git+https://github.com/huggingface/diffusers
|
|
|
|
3 |
scipy
|
4 |
ftfy
|
5 |
git+https://github.com/huggingface/transformers
|
6 |
+
git+https://github.com/huggingface/diffusers
|
7 |
+
git+https://github.com/openai/whisper.git
|