Spaces:
Sleeping
Sleeping
Commit
·
fcbfa92
1
Parent(s):
d344a18
fix
Browse files
app.py
CHANGED
|
@@ -3,6 +3,8 @@ import requests
|
|
| 3 |
from PIL import Image
|
| 4 |
import pytesseract
|
| 5 |
|
|
|
|
|
|
|
| 6 |
api_key = os.getenv("HFBearer")
|
| 7 |
|
| 8 |
# API URL and headers
|
|
|
|
| 3 |
from PIL import Image
|
| 4 |
import pytesseract
|
| 5 |
|
| 6 |
+
import os
|
| 7 |
+
|
| 8 |
api_key = os.getenv("HFBearer")
|
| 9 |
|
| 10 |
# API URL and headers
|