Rahatara commited on
Commit
9ebbe64
1 Parent(s): c57d159

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 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: