阳渠 commited on
Commit
a76f05e
·
1 Parent(s): 44400a2
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -27,10 +27,6 @@ vl_model_version = os.environ.get('vl_model_version')
27
  llm_model_version = os.environ.get('llm_model_version')
28
  API_url = os.environ.get('API_url')
29
  token = os.environ.get('token')
30
- print("*"*100)
31
- print(API_url[:5])
32
- print(token[:5])
33
- print("*"*100)
34
  # os.environ["OCR_ACCESS_KEY_ID"] = os.environ.get('OCR_ACCESS_KEY_ID')
35
  # os.environ["OCR_ACCESS_KEY_SECRET"] = os.environ.get('OCR_ACCESS_KEY_SECRET')
36
  ocr_detection = pipeline(Tasks.ocr_detection, model='damo/cv_resnet18_ocr-detection-line-level_damo')
 
27
  llm_model_version = os.environ.get('llm_model_version')
28
  API_url = os.environ.get('API_url')
29
  token = os.environ.get('token')
 
 
 
 
30
  # os.environ["OCR_ACCESS_KEY_ID"] = os.environ.get('OCR_ACCESS_KEY_ID')
31
  # os.environ["OCR_ACCESS_KEY_SECRET"] = os.environ.get('OCR_ACCESS_KEY_SECRET')
32
  ocr_detection = pipeline(Tasks.ocr_detection, model='damo/cv_resnet18_ocr-detection-line-level_damo')