Spaces:
Sleeping
Sleeping
Update api_server.py
Browse files- api_server.py +1 -0
api_server.py
CHANGED
@@ -122,6 +122,7 @@ def predict():
|
|
122 |
print("***Start YOLO predict***")
|
123 |
# Make a prediction using YOLO
|
124 |
results = model(image_data)
|
|
|
125 |
print("***YOLO predict DONE***")
|
126 |
check_memory_usage()
|
127 |
|
|
|
122 |
print("***Start YOLO predict***")
|
123 |
# Make a prediction using YOLO
|
124 |
results = model(image_data)
|
125 |
+
print ("*****result:",results,"********")
|
126 |
print("***YOLO predict DONE***")
|
127 |
check_memory_usage()
|
128 |
|