Spaces:
Sleeping
Sleeping
Update models/openai_image_to_json.py
Browse files
models/openai_image_to_json.py
CHANGED
@@ -7,7 +7,7 @@ from dotenv import load_dotenv
|
|
7 |
import json
|
8 |
|
9 |
# Using Gemini instead of OpenAI for this deployment only
|
10 |
-
from gemini_image_to_json import fetch_gemini_response
|
11 |
|
12 |
openaiprocess_image_to_json = fetch_gemini_response
|
13 |
|
|
|
7 |
import json
|
8 |
|
9 |
# Using Gemini instead of OpenAI for this deployment only
|
10 |
+
from models.gemini_image_to_json import fetch_gemini_response
|
11 |
|
12 |
openaiprocess_image_to_json = fetch_gemini_response
|
13 |
|