Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@
|
|
7 |
from google.cloud import aiplatform
|
8 |
# pip install -U langchain-google-vertexai
|
9 |
|
10 |
-
from google.colab import auth as google_auth
|
11 |
-
google_auth.authenticate_user()
|
12 |
|
13 |
import vertexai
|
14 |
PROJECT_ID = "ace-hydra-404205" #enter your project id here
|
|
|
7 |
from google.cloud import aiplatform
|
8 |
# pip install -U langchain-google-vertexai
|
9 |
|
10 |
+
# from google.colab import auth as google_auth
|
11 |
+
# google_auth.authenticate_user()
|
12 |
|
13 |
import vertexai
|
14 |
PROJECT_ID = "ace-hydra-404205" #enter your project id here
|