Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
torch
|
| 3 |
-
torchaudio
|
| 4 |
-
torchvision
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
| 1 |
+
gradio==3.48.0
|
| 2 |
+
torch==2.1.0
|
| 3 |
+
torchaudio==2.1.0
|
| 4 |
+
torchvision==0.16.0
|
| 5 |
+
tensorboardX
|
| 6 |
+
# السطر التالي يقوم بتثبيت rvc-python مباشرة من المصدر لضمان التوافق
|
| 7 |
+
git+https://github.com/Tiger-V/RVC-Python.git
|