alibabasglab commited on
Commit
1311e01
·
verified ·
1 Parent(s): f98aef4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import spaces
5
  from clearvoice import ClearVoice
6
  import os
7
 
8
- #@spaces.GPU
9
  def fn_clearvoice_sr(input_wav, apply_se):
10
 
11
  myClearVoice = ClearVoice(task='speech_super_resolution', model_names=['MossFormer2_SR_48K'])
 
5
  from clearvoice import ClearVoice
6
  import os
7
 
8
+ @spaces.GPU
9
  def fn_clearvoice_sr(input_wav, apply_se):
10
 
11
  myClearVoice = ClearVoice(task='speech_super_resolution', model_names=['MossFormer2_SR_48K'])