ezamorag commited on
Commit
252758d
·
1 Parent(s): c75a66f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, 'erik'
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, text
118
 
119
  def testing_yolocounter(input_img):
120
  api_url = 'http://yolocounter-test.us-east-1.elasticbeanstalk.com/predict'