Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import gradio as gr
|
|
| 9 |
|
| 10 |
# Replace with your actual Google API key
|
| 11 |
GOOGLE_API_KEY = "your_api_key_here"
|
| 12 |
-
genai.configure(api_key="
|
| 13 |
|
| 14 |
# Model configuration
|
| 15 |
model = genai.GenerativeModel('gemini-pro')
|
|
|
|
| 9 |
|
| 10 |
# Replace with your actual Google API key
|
| 11 |
GOOGLE_API_KEY = "your_api_key_here"
|
| 12 |
+
genai.configure(api_key="AIzaSyAjpXjkDIuCOhWYu71v_EMq3oGW44TdD9k")
|
| 13 |
|
| 14 |
# Model configuration
|
| 15 |
model = genai.GenerativeModel('gemini-pro')
|