muhammadsalmanalfaridzi commited on
Commit
f5c0946
·
verified ·
1 Parent(s): 4d1d9bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from roboflow import Roboflow
4
  import tempfile
5
  import os
6
  import requests
 
7
  from sahi.predict import get_sliced_prediction # SAHI slicing inference
8
  import supervision as sv # For annotating images with results
9
 
 
4
  import tempfile
5
  import os
6
  import requests
7
+ import numpy as np # Import numpy to handle image slices
8
  from sahi.predict import get_sliced_prediction # SAHI slicing inference
9
  import supervision as sv # For annotating images with results
10