Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip install git+https://github.com/openai/whisper.git
|
2 |
+
transformers
|
3 |
+
diffusers
|
4 |
+
gradio
|
5 |
+
torch
|