shresthasingh
commited on
Commit
•
13d9eac
1
Parent(s):
3ef554c
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import base64
|
|
3 |
from openai import OpenAI
|
4 |
from pathlib import Path
|
5 |
import tempfile
|
|
|
6 |
API_KEY = os.getenv("openai")
|
7 |
|
8 |
def process_image(image_path):
|
|
|
3 |
from openai import OpenAI
|
4 |
from pathlib import Path
|
5 |
import tempfile
|
6 |
+
import os
|
7 |
API_KEY = os.getenv("openai")
|
8 |
|
9 |
def process_image(image_path):
|