RafaelAgreda commited on
Commit
b6a3811
·
verified ·
1 Parent(s): b128c27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ import uuid
15
 
16
 
17
  # Google Books API setup with Service Account
18
- json_key_path: str = "/app/audiobookagent-aaf910cd6329.json" # Adjust path for Hugging Face Spaces
19
  os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = json_key_path
20
  credentials = service_account.Credentials.from_service_account_file(
21
  json_key_path,
 
15
 
16
 
17
  # Google Books API setup with Service Account
18
+ json_key_path: str = "/home/user/app/audiobookagent-aaf910cd6329.json"
19
  os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = json_key_path
20
  credentials = service_account.Credentials.from_service_account_file(
21
  json_key_path,