Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,10 @@ HTML = """
|
|
| 64 |
"""
|
| 65 |
|
| 66 |
def generate_from_gemini(prompt: str) -> str:
|
| 67 |
-
client = genai.Client(
|
|
|
|
|
|
|
|
|
|
| 68 |
model = "gemini-2.0-flash"
|
| 69 |
contents = [
|
| 70 |
types.Content(
|
|
|
|
| 64 |
"""
|
| 65 |
|
| 66 |
def generate_from_gemini(prompt: str) -> str:
|
| 67 |
+
client = genai.Client(
|
| 68 |
+
api_key="AIzaSyDolbPUZBPUPvQUu-RGktJmvnUpkcEKIYo",
|
| 69 |
+
)
|
| 70 |
+
|
| 71 |
model = "gemini-2.0-flash"
|
| 72 |
contents = [
|
| 73 |
types.Content(
|