Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import subprocess
|
|
| 5 |
import re
|
| 6 |
|
| 7 |
# 🔑 Configure Gemini API
|
| 8 |
-
genai.configure(api_key="
|
| 9 |
|
| 10 |
# Pick a model
|
| 11 |
model = genai.GenerativeModel("gemini-1.5-flash")
|
|
|
|
| 5 |
import re
|
| 6 |
|
| 7 |
# 🔑 Configure Gemini API
|
| 8 |
+
genai.configure(api_key="AIzaSyAdvERSmk7q02T2pLNPoERqDD-QPuW4RTs")
|
| 9 |
|
| 10 |
# Pick a model
|
| 11 |
model = genai.GenerativeModel("gemini-1.5-flash")
|