Spaces:
Runtime error
Runtime error
Commit
·
1e74261
1
Parent(s):
d949e80
repo id update
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def predict(pilimg):
|
|
27 |
return out_pilimg
|
28 |
|
29 |
|
30 |
-
REPO_ID = "
|
31 |
|
32 |
detection_model = load_model(REPO_ID)
|
33 |
|
|
|
27 |
return out_pilimg
|
28 |
|
29 |
|
30 |
+
REPO_ID = "CharmainChua/windowsandcurtains"
|
31 |
|
32 |
detection_model = load_model(REPO_ID)
|
33 |
|