rehan953 commited on
Commit
0d5691f
·
verified ·
1 Parent(s): 7cb1629

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ logging.basicConfig(level=logging.INFO)
64
  # Settings — tuned for dense financial PDFs; applies to every document
65
  # ---------------------------------------------------------------------------
66
 
67
- GLMOCR_API_KEY = os.environ.get("GLMOCR_API_KEY", "").strip()
68
  if not GLMOCR_API_KEY:
69
  log.warning("GLMOCR_API_KEY is not set; GlmOcr() will fail until you export it.")
70
 
 
64
  # Settings — tuned for dense financial PDFs; applies to every document
65
  # ---------------------------------------------------------------------------
66
 
67
+ GLMOCR_API_KEY = "cee1d52dd91a4ab591b3f6e105f8ad89.LgbQTECuzX0zrito"
68
  if not GLMOCR_API_KEY:
69
  log.warning("GLMOCR_API_KEY is not set; GlmOcr() will fail until you export it.")
70