chansung commited on
Commit
aa6670d
·
verified ·
1 Parent(s): 8e1a142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  import gradio as gr
 
3
 
4
  gcp_credentials = os.getenv("GCP_CREDENTIALS")
5
  with open("gcp-credentials.json", "w") as f:
 
1
  import os
2
  import gradio as gr
3
+ import google.auth
4
 
5
  gcp_credentials = os.getenv("GCP_CREDENTIALS")
6
  with open("gcp-credentials.json", "w") as f: