kevinwang676 commited on
Commit
99d52e8
·
verified ·
1 Parent(s): b4d1a13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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