Spaces:
Sleeping
Sleeping
Onat Kaya
commited on
Commit
·
91f3eff
1
Parent(s):
925083b
fixed minor syntax issue, regarding api_key
Browse files- functions.py +1 -1
functions.py
CHANGED
|
@@ -11,7 +11,7 @@ import io
|
|
| 11 |
from PIL import Image
|
| 12 |
import os
|
| 13 |
|
| 14 |
-
api_key = os.environ.get
|
| 15 |
|
| 16 |
def check_multi_page(url_main):
|
| 17 |
"""
|
|
|
|
| 11 |
from PIL import Image
|
| 12 |
import os
|
| 13 |
|
| 14 |
+
api_key = os.environ.get("OPENAI_KEY")
|
| 15 |
|
| 16 |
def check_multi_page(url_main):
|
| 17 |
"""
|