Spaces:
Runtime error
Runtime error
Fatih
commited on
Commit
·
35749a1
1
Parent(s):
2a3d3f0
fix typo
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def sahi_yolo_inference(
|
|
63 |
|
64 |
# standard inference
|
65 |
prediction_result_1 = sahi.predict.get_prediction(
|
66 |
-
image=image, detection_model=model
|
67 |
)
|
68 |
print(image)
|
69 |
visual_result_1 = sahi.utils.cv.visualize_object_predictions(
|
|
|
63 |
|
64 |
# standard inference
|
65 |
prediction_result_1 = sahi.predict.get_prediction(
|
66 |
+
image=image, detection_model=model
|
67 |
)
|
68 |
print(image)
|
69 |
visual_result_1 = sahi.utils.cv.visualize_object_predictions(
|