Artyom Boyko
commited on
Commit
·
31a3fb9
1
Parent(s):
2632715
Настраиваю Github Actions.
Browse files
README.md
CHANGED
@@ -1,2 +1,18 @@
|
|
1 |
# HF-Agents_course-final_project
|
2 |
A hands-on project built as part of the Hugging Face Agents course.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# HF-Agents_course-final_project
|
2 |
A hands-on project built as part of the Hugging Face Agents course.
|
3 |
+
|
4 |
+
---
|
5 |
+
title: Template Final Assignment
|
6 |
+
emoji: 🕵🏻♂️
|
7 |
+
colorFrom: indigo
|
8 |
+
colorTo: indigo
|
9 |
+
sdk: gradio
|
10 |
+
sdk_version: 5.25.2
|
11 |
+
app_file: app.py
|
12 |
+
pinned: false
|
13 |
+
hf_oauth: true
|
14 |
+
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
|
15 |
+
hf_oauth_expiration_minutes: 480
|
16 |
+
---
|
17 |
+
|
18 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|