Luciferalive commited on
Commit
8b156e4
1 Parent(s): 24fcaa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ import requests
16
  # Ensure the Tesseract OCR path is set correctly
17
  pytesseract.pytesseract.tesseract_cmd = r'/usr/bin/tesseract'
18
 
19
- GROQ_API_KEY = "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"
20
 
21
  def preprocess_text(text):
22
  try:
 
16
  # Ensure the Tesseract OCR path is set correctly
17
  pytesseract.pytesseract.tesseract_cmd = r'/usr/bin/tesseract'
18
 
19
+ GROQ_API_KEY = os.getenv("groq")
20
 
21
  def preprocess_text(text):
22
  try: