Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def generate_roast(image_path):
|
|
41 |
model = genai.GenerativeModel(
|
42 |
model_name="gemini-1.5-flash-002",
|
43 |
generation_config=generation_config,
|
44 |
-
system_instruction="You are a
|
45 |
)
|
46 |
|
47 |
chat_session = model.start_chat(
|
|
|
41 |
model = genai.GenerativeModel(
|
42 |
model_name="gemini-1.5-flash-002",
|
43 |
generation_config=generation_config,
|
44 |
+
system_instruction="You are a single person looking for love. Compliment the provided profile picture in less than 50 words and in a flirtatious tone.",
|
45 |
)
|
46 |
|
47 |
chat_session = model.start_chat(
|