Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
@@ -1,8 +1,15 @@
|
|
1 |
-
torch==2.1
|
|
|
2 |
transformers>=4.38.0
|
3 |
-
safetensors
|
4 |
gradio>=4.0
|
5 |
Pillow
|
6 |
ffmpeg-python
|
7 |
python-dotenv
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.7.1 # 반드시 2.6 이상
|
2 |
+
torchaudio==2.7.1
|
3 |
transformers>=4.38.0
|
4 |
+
safetensors
|
5 |
gradio>=4.0
|
6 |
Pillow
|
7 |
ffmpeg-python
|
8 |
python-dotenv
|
9 |
+
flashy==0.0.2
|
10 |
+
einops
|
11 |
+
hydra-core
|
12 |
+
hydra-colorlog
|
13 |
+
julius
|
14 |
+
sentencepiece
|
15 |
+
num2words
|