Spaces:
Sleeping
Sleeping
Sebastian Reinhard
commited on
Commit
·
06d5276
1
Parent(s):
d77d332
update readme
Browse files- .gitignore +1 -1
- README.md +6 -0
.gitignore
CHANGED
@@ -31,7 +31,7 @@ logs/*.log
|
|
31 |
flagged/
|
32 |
# Hugging Face
|
33 |
.huggingface/
|
34 |
-
|
35 |
|
36 |
|
37 |
|
|
|
31 |
flagged/
|
32 |
# Hugging Face
|
33 |
.huggingface/
|
34 |
+
answers.json
|
35 |
|
36 |
|
37 |
|
README.md
CHANGED
@@ -10,6 +10,12 @@ app\_file: app.py
|
|
10 |
pinned: false
|
11 |
license: mit
|
12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# GAIA Agent Space
|
|
|
10 |
pinned: false
|
11 |
license: mit
|
12 |
|
13 |
+
# Uncomment the two lines below if you want to protect the Space with Hugging Face OAuth.
|
14 |
+
|
15 |
+
hf\_oauth: true
|
16 |
+
|
17 |
+
hf\_oauth\_expiration\_minutes: 480
|
18 |
+
|
19 |
---
|
20 |
|
21 |
# GAIA Agent Space
|