Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -424,7 +424,7 @@ def rvc_models(model_name):
|
|
424 |
categories.append(["Models", "", models])
|
425 |
return vc, net_g, index_files, tgt_sr, version
|
426 |
|
427 |
-
@spaces.GPU
|
428 |
from fairseq import checkpoint_utils
|
429 |
|
430 |
|
|
|
424 |
categories.append(["Models", "", models])
|
425 |
return vc, net_g, index_files, tgt_sr, version
|
426 |
|
427 |
+
@spaces.GPU()
|
428 |
from fairseq import checkpoint_utils
|
429 |
|
430 |
|