Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import openai
|
|
7 |
|
8 |
|
9 |
# Setup OpenAI API key (replace with your OpenAI API key)
|
10 |
-
openai.api_key = "
|
11 |
|
12 |
|
13 |
# Function to extract text from the image
|
|
|
7 |
|
8 |
|
9 |
# Setup OpenAI API key (replace with your OpenAI API key)
|
10 |
+
openai.api_key = "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"
|
11 |
|
12 |
|
13 |
# Function to extract text from the image
|