Spaces:
Running
Running
matdmiller
commited on
Commit
•
1e9f8be
1
Parent(s):
e0d016a
oauth 2
Browse files
README.md
CHANGED
@@ -8,6 +8,10 @@ sdk_version: 4.36.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
|
12 |
+
hf_oauth: true
|
13 |
+
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
|
14 |
+
hf_oauth_expiration_minutes: 480
|
15 |
---
|
16 |
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.ipynb
CHANGED
@@ -621,7 +621,7 @@
|
|
621 |
},
|
622 |
{
|
623 |
"cell_type": "code",
|
624 |
-
"execution_count":
|
625 |
"id": "0420310d-930b-4904-8bd4-3458ad8bdbd3",
|
626 |
"metadata": {},
|
627 |
"outputs": [],
|
|
|
621 |
},
|
622 |
{
|
623 |
"cell_type": "code",
|
624 |
+
"execution_count": 23,
|
625 |
"id": "0420310d-930b-4904-8bd4-3458ad8bdbd3",
|
626 |
"metadata": {},
|
627 |
"outputs": [],
|