Deadmon commited on
Commit
e5c9829
·
verified ·
1 Parent(s): 4bfe3e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ else:
30
 
31
  # Initialize Vertex AI
32
  # IMPORTANT: Replace with your Google Cloud Project ID and desired location.
33
- GCP_PROJECT_ID = "YOUR_GCP_PROJECT_ID"
34
  GCP_LOCATION = "us-central1"
35
 
36
  try:
 
30
 
31
  # Initialize Vertex AI
32
  # IMPORTANT: Replace with your Google Cloud Project ID and desired location.
33
+ GCP_PROJECT_ID = "gen-lang-client-0193353123"
34
  GCP_LOCATION = "us-central1"
35
 
36
  try: