Oscar Wang commited on
Commit
b9b3c97
·
verified ·
1 Parent(s): aa2c783

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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