Commit
Β·
37a70e9
1
Parent(s):
7bae479
updated readme file
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
title: Template Final Assignment
|
2 |
emoji: π΅π»ββοΈ
|
3 |
colorFrom: indigo
|
@@ -7,6 +8,8 @@ sdk_version: 5.25.2
|
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
hf_oauth: true
|
|
|
10 |
hf_oauth_expiration_minutes: 480
|
|
|
11 |
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
---
|
2 |
title: Template Final Assignment
|
3 |
emoji: π΅π»ββοΈ
|
4 |
colorFrom: indigo
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
hf_oauth: true
|
11 |
+
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
|
12 |
hf_oauth_expiration_minutes: 480
|
13 |
+
---
|
14 |
|
15 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|