Spaces:
Sleeping
Sleeping
Oscar Wang
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
# Define available models
|
6 |
model_options = {
|
7 |
"GoalZero/aidetection-ada-v0.2": "GoalZero/aidetection-ada-v0.2",
|
8 |
-
"GoalZero/aidetection-ada-v0.1": "GoalZero/aidetection-ada-v0.1"
|
9 |
"GoalZero/babbage-mini-v0.1": "GoalZero/babbage-mini-v0.1"
|
10 |
}
|
11 |
|
|
|
5 |
# Define available models
|
6 |
model_options = {
|
7 |
"GoalZero/aidetection-ada-v0.2": "GoalZero/aidetection-ada-v0.2",
|
8 |
+
"GoalZero/aidetection-ada-v0.1": "GoalZero/aidetection-ada-v0.1",
|
9 |
"GoalZero/babbage-mini-v0.1": "GoalZero/babbage-mini-v0.1"
|
10 |
}
|
11 |
|