Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from openai import OpenAI
|
|
8 |
|
9 |
# Load API keys from environment variables
|
10 |
inference_api_key = os.environ.get("HF_TOKEN")
|
11 |
-
chat_api_key = os.environ.get("
|
12 |
|
13 |
# Global variable to store the image as a data URL so it can be used in subsequent chat calls.
|
14 |
global_image_data_url = None
|
|
|
8 |
|
9 |
# Load API keys from environment variables
|
10 |
inference_api_key = os.environ.get("HF_TOKEN")
|
11 |
+
chat_api_key = os.environ.get("HF_TOKEN")
|
12 |
|
13 |
# Global variable to store the image as a data URL so it can be used in subsequent chat calls.
|
14 |
global_image_data_url = None
|