ezamorag commited on
Commit
84b7224
1 Parent(s): f1a7274

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def displaytext_yolocounter(countings, coverage):
60
  return text
61
 
62
  def testing_yolocounter(input_img):
63
- api_url = 'http://yolocounter-test.us-east-1.elasticbeanstalk.com/predict'
64
  response = send2api(input_img, api_url)
65
  countings = response['countings_scinames']
66
  coverage = response['coverage']
 
60
  return text
61
 
62
  def testing_yolocounter(input_img):
63
+ api_url = 'http://counterid.us-east-2.elasticbeanstalk.com/predict' #'http://yolocounter-test.us-east-1.elasticbeanstalk.com/predict'
64
  response = send2api(input_img, api_url)
65
  countings = response['countings_scinames']
66
  coverage = response['coverage']