Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import subprocess
|
|
10 |
import tempfile
|
11 |
import shutil
|
12 |
|
13 |
-
#
|
14 |
#credentials, project = google.auth.default()
|
15 |
gen = api_key=os.environ['GOOGLE_API_KEY']
|
16 |
# Initialize the Gemini client
|
|
|
10 |
import tempfile
|
11 |
import shutil
|
12 |
|
13 |
+
# Authenrticate using the application default credentials
|
14 |
#credentials, project = google.auth.default()
|
15 |
gen = api_key=os.environ['GOOGLE_API_KEY']
|
16 |
# Initialize the Gemini client
|