prabinpanta0 commited on
Commit
90301ad
1 Parent(s): 923089a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import vertexai.preview.generative_models as generative_models
6
  import gradio as gr
7
 
8
  # Set the path to the service account key JSON file
9
- SERVICE_ACCOUNT_KEY_PATH = "path/to/your/service-account-file.json"
10
 
11
  # Read the service account key JSON file and set the environment variable
12
  with open(SERVICE_ACCOUNT_KEY_PATH) as f:
 
6
  import gradio as gr
7
 
8
  # Set the path to the service account key JSON file
9
+ SERVICE_ACCOUNT_KEY_PATH = ".huggingface/idyllic-now-424815-h2-df17361a49ed.json"
10
 
11
  # Read the service account key JSON file and set the environment variable
12
  with open(SERVICE_ACCOUNT_KEY_PATH) as f: