Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
gradio
|
| 2 |
-
torch
|
| 3 |
-
torchaudio
|
| 4 |
soundfile
|
|
|
|
| 1 |
gradio
|
| 2 |
+
torch==2.2.2
|
| 3 |
+
torchaudio==2.2.2
|
| 4 |
soundfile
|