Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def bot(
|
|
43 |
raise ValueError("GOOGLE_API_KEY is not set. Please set it up.")
|
44 |
|
45 |
genai.configure(api_key=google_key)
|
46 |
-
instructions = "You are an expert stylist. You suggest and evaluate any style related question."
|
47 |
model_name = 'gemini-pro-vision' if image_prompt else 'gemini-1.5-pro-latest'
|
48 |
|
49 |
if image_prompt:
|
|
|
43 |
raise ValueError("GOOGLE_API_KEY is not set. Please set it up.")
|
44 |
|
45 |
genai.configure(api_key=google_key)
|
46 |
+
#instructions = "You are an expert stylist. You suggest and evaluate any style related question."
|
47 |
model_name = 'gemini-pro-vision' if image_prompt else 'gemini-1.5-pro-latest'
|
48 |
|
49 |
if image_prompt:
|