Update .env
Browse files
.env
CHANGED
|
@@ -2,7 +2,7 @@ OPENBLAS_NUM_THREADS = 1
|
|
| 2 |
no_proxy = localhost, 127.0.0.1, ::1
|
| 3 |
|
| 4 |
# You can change the location of the model, etc. by changing here
|
| 5 |
-
weight_root = assets/
|
| 6 |
weight_uvr5_root = assets/uvr5_weights
|
| 7 |
index_root = logs
|
| 8 |
outside_index_root = assets/indices
|
|
|
|
| 2 |
no_proxy = localhost, 127.0.0.1, ::1
|
| 3 |
|
| 4 |
# You can change the location of the model, etc. by changing here
|
| 5 |
+
weight_root = assets/indices
|
| 6 |
weight_uvr5_root = assets/uvr5_weights
|
| 7 |
index_root = logs
|
| 8 |
outside_index_root = assets/indices
|