Spaces:
Running
Running
Update app.py
Browse files
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="
|
| 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:
|