Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def compute_perplexity(sentence):
|
|
| 29 |
# AI detection models
|
| 30 |
# -----------------------------
|
| 31 |
model_options = {
|
| 32 |
-
"GoalZero/ada-2534": "GoalZero/ada-2534"
|
| 33 |
}
|
| 34 |
|
| 35 |
# Initialize globals
|
|
|
|
| 29 |
# AI detection models
|
| 30 |
# -----------------------------
|
| 31 |
model_options = {
|
| 32 |
+
"GoalZero/ada-2534-beta-0-0-2": "GoalZero/ada-2534"
|
| 33 |
}
|
| 34 |
|
| 35 |
# Initialize globals
|