Commit
·
67a135a
1
Parent(s):
dae8a39
Update average_duration.py
Browse files- average_duration.py +1 -1
average_duration.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
from urllib.parse import urlparse, parse_qs
|
7 |
from contextlib import suppress
|
8 |
|
9 |
-
api_key =
|
10 |
import googleapiclient
|
11 |
from googleapiclient.discovery import build
|
12 |
from googleapiclient.errors import HttpError
|
|
|
6 |
from urllib.parse import urlparse, parse_qs
|
7 |
from contextlib import suppress
|
8 |
|
9 |
+
api_key = api_key_secret
|
10 |
import googleapiclient
|
11 |
from googleapiclient.discovery import build
|
12 |
from googleapiclient.errors import HttpError
|