Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
ffmpeg-python
|
3 |
+
pysrt
|
4 |
+
pandas
|
5 |
+
requests
|
6 |
+
transformers
|
7 |
+
huggingface_hub
|
8 |
+
transformers
|
9 |
+
sentencepiece
|
10 |
+
torch
|
11 |
+
gradio_client
|
12 |
+
faster_whisper
|
13 |
+
moviepy
|