Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def predict(pilimg):
|
|
25 |
return out_pilimg
|
26 |
|
27 |
|
28 |
-
REPO_ID = "
|
29 |
detection_model = load_model(REPO_ID)
|
30 |
|
31 |
gr.Interface(fn=predict,
|
|
|
25 |
return out_pilimg
|
26 |
|
27 |
|
28 |
+
REPO_ID = "KendrickTan/231941k"
|
29 |
detection_model = load_model(REPO_ID)
|
30 |
|
31 |
gr.Interface(fn=predict,
|