Rahatara commited on
Commit
93677d6
1 Parent(s): b3ad055

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 can assist anyone regardless gender, race or any other demographic diversity, look stylish and confident. "
47
  images_with_prompt = [text_prompt, instructions] + [preprocess_image(image_prompt)]
48
 
49
  model = genai.GenerativeModel('gemini-pro-vision')
 
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. To make anyone regardless gender, race or any other demographic diversity, look stylish. "
47
  images_with_prompt = [text_prompt, instructions] + [preprocess_image(image_prompt)]
48
 
49
  model = genai.GenerativeModel('gemini-pro-vision')