Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
torch
|
| 3 |
+
git+https://github.com/jhj0517/jhj0517-whisper.git
|
| 4 |
+
faster-whisper==1.0.2
|
| 5 |
+
transformers
|
| 6 |
+
gradio==4.29.0
|
| 7 |
+
pytube
|