Gurnam-AI commited on
Commit
bb78a27
·
verified ·
1 Parent(s): 7c2b349

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def multiturn_generate_content(file_path, user_query):
72
  encoded_string = encode_file(file_path)
73
  mime_type = get_matching_format(file_path)
74
  if encoded_string:
75
- vertexai.init(project="imgcp-ff81e7053b072ce5", location="us-central1")
76
 
77
  model = GenerativeModel(
78
  "gemini-1.5-pro-001",
 
72
  encoded_string = encode_file(file_path)
73
  mime_type = get_matching_format(file_path)
74
  if encoded_string:
75
+ vertexai.init(project="firstsource-vertex", location="us-central1")
76
 
77
  model = GenerativeModel(
78
  "gemini-1.5-pro-001",