Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
Flask
|
2 |
openai-whisper
|
3 |
torch # Add PyTorch to enable model loading
|
4 |
-
torchaudio
|
|
|
|
1 |
Flask
|
2 |
openai-whisper
|
3 |
torch # Add PyTorch to enable model loading
|
4 |
+
torchaudio
|
5 |
+
deep-translator
|