Spaces:
Runtime error
Runtime error
multimodalart commited on
Commit ·
12aed82
1
Parent(s): 14a5337
Disable Whisper validation (libcublas missing on ZeroGPU)
Browse files
app.py
CHANGED
|
@@ -226,7 +226,7 @@ def generate(
|
|
| 226 |
"seed": int(seed) if seed is not None else -1,
|
| 227 |
"background_sfx": bool(background_sfx),
|
| 228 |
"skip_vc": bool(skip_vc),
|
| 229 |
-
"validate":
|
| 230 |
}
|
| 231 |
|
| 232 |
# Reference voice: AudioProcessor downloads from URL. We bypass by directly
|
|
|
|
| 226 |
"seed": int(seed) if seed is not None else -1,
|
| 227 |
"background_sfx": bool(background_sfx),
|
| 228 |
"skip_vc": bool(skip_vc),
|
| 229 |
+
"validate": False,
|
| 230 |
}
|
| 231 |
|
| 232 |
# Reference voice: AudioProcessor downloads from URL. We bypass by directly
|