Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deprem-ml
/
deprem-ocr
like
41
Runtime error
App
Files
Files
Community
10
Fetching metadata from the HF Docker repository...
mertcobanov
commited on
Feb 6, 2023
Commit
4d96bef
·
1 Parent(s):
984392a
update api key
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,7 +9,7 @@ import ast
9
import os
10
11
12
-
openai.api_key = os.getenv
[
'API_KEY'
]
13
reader = Reader(["tr"])
14
15
9
import os
10
11
12
+
openai.api_key = os.getenv
(
'API_KEY'
)
13
reader = Reader(["tr"])
14
15