Spaces:
Configuration error
Configuration error
Use stable loopback identity prompt
Browse files
app.js
CHANGED
|
@@ -129,7 +129,7 @@ const MIN_VAD_SILENCE_MS = 200;
|
|
| 129 |
const MAX_VAD_SILENCE_MS = 800;
|
| 130 |
const DEFAULT_LOOPBACK_SPEED = 1.0;
|
| 131 |
const DEFAULT_LOOPBACK_PREROLL_MS = 180;
|
| 132 |
-
const DEFAULT_LOOPBACK_PROMPT = "
|
| 133 |
const REAL_MIC_TARGET_RUNS = 3;
|
| 134 |
const REAL_MIC_MAX_WER = 0.25;
|
| 135 |
const HARDWARE_WEBGPU_EVIDENCE_STACK = Object.freeze({
|
|
|
|
| 129 |
const MAX_VAD_SILENCE_MS = 800;
|
| 130 |
const DEFAULT_LOOPBACK_SPEED = 1.0;
|
| 131 |
const DEFAULT_LOOPBACK_PREROLL_MS = 180;
|
| 132 |
+
const DEFAULT_LOOPBACK_PROMPT = "Identify this browser demo.";
|
| 133 |
const REAL_MIC_TARGET_RUNS = 3;
|
| 134 |
const REAL_MIC_MAX_WER = 0.25;
|
| 135 |
const HARDWARE_WEBGPU_EVIDENCE_STACK = Object.freeze({
|