Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
| 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:
|