Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from config import (
|
|
18 |
device
|
19 |
)
|
20 |
logging.getLogger("numba").setLevel(logging.WARNING)
|
21 |
-
limitation = os.getenv("SYSTEM") == "spaces" # limit audio length in huggingface spaces
|
22 |
|
23 |
def create_vc_fn(tgt_sr, net_g, vc, if_f0, file_index, file_big_npy):
|
24 |
def vc_fn(
|
|
|
18 |
device
|
19 |
)
|
20 |
logging.getLogger("numba").setLevel(logging.WARNING)
|
21 |
+
limitation = False # os.getenv("SYSTEM") == "spaces" # limit audio length in huggingface spaces
|
22 |
|
23 |
def create_vc_fn(tgt_sr, net_g, vc, if_f0, file_index, file_big_npy):
|
24 |
def vc_fn(
|