Spaces:
Running
on
Zero
Running
on
Zero
David Zhao
commited on
Commit
·
ebe0b0a
1
Parent(s):
41cee88
set b model to 0.4.1-intl
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ DEFAULT_MODEL_A_ID = "livekit/turn-detector"
|
|
| 16 |
DEFAULT_MODEL_A_REV = "v0.3.0-intl"
|
| 17 |
|
| 18 |
DEFAULT_MODEL_B_ID = "livekit/turn-detector"
|
| 19 |
-
DEFAULT_MODEL_B_REV = "v0.4.
|
| 20 |
|
| 21 |
|
| 22 |
# ===== Utilities =====
|
|
|
|
| 16 |
DEFAULT_MODEL_A_REV = "v0.3.0-intl"
|
| 17 |
|
| 18 |
DEFAULT_MODEL_B_ID = "livekit/turn-detector"
|
| 19 |
+
DEFAULT_MODEL_B_REV = "v0.4.1-intl" # adjust if there's a specific revision
|
| 20 |
|
| 21 |
|
| 22 |
# ===== Utilities =====
|