Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -113,8 +113,8 @@ def testing_countingid(input_img):
|
|
113 |
detections = response['detections']
|
114 |
img_out = response['img_out']
|
115 |
img = Image.open(BytesIO(base64.b64decode(img_out)))
|
116 |
-
_, text = displaytext_detclasim(c_cnames, c_scinames, coverage)
|
117 |
-
return img,
|
118 |
|
119 |
def testing_yolocounter(input_img):
|
120 |
api_url = 'http://yolocounter-test.us-east-1.elasticbeanstalk.com/predict'
|
|
|
113 |
detections = response['detections']
|
114 |
img_out = response['img_out']
|
115 |
img = Image.open(BytesIO(base64.b64decode(img_out)))
|
116 |
+
#_, text = displaytext_detclasim(c_cnames, c_scinames, coverage)
|
117 |
+
return img, 'erik'
|
118 |
|
119 |
def testing_yolocounter(input_img):
|
120 |
api_url = 'http://yolocounter-test.us-east-1.elasticbeanstalk.com/predict'
|