Spaces:
Running
Running
Update pipeline.py
Browse files- pipeline.py +1 -0
pipeline.py
CHANGED
@@ -23,6 +23,7 @@ from googleapiclient.discovery import build
|
|
23 |
from googleapiclient.http import MediaFileUpload, MediaIoBaseDownload
|
24 |
from oauth2client.service_account import ServiceAccountCredentials
|
25 |
import io
|
|
|
26 |
#βββ Authentication setup βββ
|
27 |
GDRIVE_PARENT_FOLDER_NAME = "mtDNA-Location-Classifier"
|
28 |
GDRIVE_DATA_FOLDER_NAME = "data"
|
|
|
23 |
from googleapiclient.http import MediaFileUpload, MediaIoBaseDownload
|
24 |
from oauth2client.service_account import ServiceAccountCredentials
|
25 |
import io
|
26 |
+
import json
|
27 |
#βββ Authentication setup βββ
|
28 |
GDRIVE_PARENT_FOLDER_NAME = "mtDNA-Location-Classifier"
|
29 |
GDRIVE_DATA_FOLDER_NAME = "data"
|