Spaces:
Running
on
Zero
Running
on
Zero
刘鑫
commited on
Commit
·
d75344d
1
Parent(s):
126f04d
set zero gpu inference
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ def get_voxcpm_model():
|
|
| 179 |
|
| 180 |
_voxcpm_model = voxcpm.VoxCPM(
|
| 181 |
voxcpm_model_path=model_dir,
|
| 182 |
-
optimize=
|
| 183 |
enable_denoiser=True,
|
| 184 |
zipenhancer_model_path=zipenhancer_path,
|
| 185 |
)
|
|
|
|
| 179 |
|
| 180 |
_voxcpm_model = voxcpm.VoxCPM(
|
| 181 |
voxcpm_model_path=model_dir,
|
| 182 |
+
optimize=True,
|
| 183 |
enable_denoiser=True,
|
| 184 |
zipenhancer_model_path=zipenhancer_path,
|
| 185 |
)
|