Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def predict(pilimg):
|
|
27 |
return out_pilimg
|
28 |
|
29 |
|
30 |
-
REPO_ID = "ITI107-2024S2/4128587T/
|
31 |
detection_model = load_model(REPO_ID)
|
32 |
|
33 |
gr.Interface(fn=predict,
|
|
|
27 |
return out_pilimg
|
28 |
|
29 |
|
30 |
+
REPO_ID = "ITI107-2024S2/4128587T/best_int8_openvino_model"
|
31 |
detection_model = load_model(REPO_ID)
|
32 |
|
33 |
gr.Interface(fn=predict,
|