faststager commited on
Commit
ada4422
·
verified ·
1 Parent(s): 907aa1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def load_config(path="config.yml"):
28
  if not os.path.exists(path):
29
  return SimpleNamespace(**{
30
  "data": SimpleNamespace(img_size=224),
31
- "model": SimpleNamespace(name="mobileclip_b")
32
  })
33
 
34
  with open(path, "r") as f:
 
28
  if not os.path.exists(path):
29
  return SimpleNamespace(**{
30
  "data": SimpleNamespace(img_size=224),
31
+ "model": SimpleNamespace(name="mobileclip2_l14")
32
  })
33
 
34
  with open(path, "r") as f: