Spaces:
Sleeping
Sleeping
Add gated-repos OAuth scope for GAIA dataset attachment access
Browse files
README.md
CHANGED
|
@@ -8,6 +8,11 @@ sdk_version: 5.25.2
|
|
| 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 |
---
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
hf_oauth: true
|
| 11 |
+
# Needed to fetch GAIA question attachments (images/audio/code files) from
|
| 12 |
+
# the gated gaia-benchmark/GAIA dataset on the user's behalf - the scoring
|
| 13 |
+
# server's own /files endpoint is broken (see app.py for details).
|
| 14 |
+
hf_oauth_scopes:
|
| 15 |
+
- gated-repos
|
| 16 |
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
|
| 17 |
hf_oauth_expiration_minutes: 480
|
| 18 |
---
|