Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -5,8 +5,8 @@ ffmpeg-python==0.2.0
|
|
5 |
gradio==5.4.0
|
6 |
yt-dlp
|
7 |
json5
|
8 |
-
torch
|
9 |
-
torchaudio
|
10 |
more_itertools
|
11 |
zhconv
|
12 |
sentencepiece
|
|
|
5 |
gradio==5.4.0
|
6 |
yt-dlp
|
7 |
json5
|
8 |
+
torch[and-cuda]
|
9 |
+
torchaudio
|
10 |
more_itertools
|
11 |
zhconv
|
12 |
sentencepiece
|