hassan526 commited on
Commit
5f6e4f2
·
verified ·
1 Parent(s): ce0bf15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -90,7 +90,6 @@ def activate_id_ocr_sdk():
90
  return ret
91
 
92
  def activate_id_live_sdk():
93
- return -1;
94
  id_live_key = os.environ.get("ID_LIVE_LICENSE_KEY")
95
  id_live_dict_path = os.path.join(root_path, "id_live/engine/model")
96
 
 
90
  return ret
91
 
92
  def activate_id_live_sdk():
 
93
  id_live_key = os.environ.get("ID_LIVE_LICENSE_KEY")
94
  id_live_dict_path = os.path.join(root_path, "id_live/engine/model")
95