Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import base64
|
|
5 |
import json
|
6 |
|
7 |
# Replace with your Google AI Studio API key
|
8 |
-
API_KEY = "
|
9 |
project_id= "genai-test-396922"
|
10 |
location= "us-central1"
|
11 |
model_id= "gemini-2.0-flash-exp"
|
|
|
5 |
import json
|
6 |
|
7 |
# Replace with your Google AI Studio API key
|
8 |
+
API_KEY = "GOOGLE_API_KEY"
|
9 |
project_id= "genai-test-396922"
|
10 |
location= "us-central1"
|
11 |
model_id= "gemini-2.0-flash-exp"
|