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