Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import spaces
|
|
| 5 |
from clearvoice import ClearVoice
|
| 6 |
import os
|
| 7 |
|
| 8 |
-
|
| 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'])
|