Spaces:
Running
Running
Rename requirements.py to requirements.txt
Browse files- requirements.py +0 -3
- requirements.txt +4 -0
requirements.py
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
gradio
|
2 |
-
YouTube
|
3 |
-
whisper
|
|
|
|
|
|
|
|
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/openai/whisper.git
|
2 |
+
gradio
|
3 |
+
pytube
|
4 |
+
transformers
|