Spaces:
Sleeping
Sleeping
Fixing the Hugging Face Space Configuration
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# GAIA Assessment Agent
|
2 |
|
3 |
This is my submission for the Hugging Face Agents Course final assessment. The agent is designed to answer questions from the GAIA benchmark with high accuracy.
|
|
|
1 |
+
---
|
2 |
+
title: GAIA Assessment Agent
|
3 |
+
emoji: 🤖
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "5.25.2"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
hf_oauth: true
|
11 |
+
hf_oauth_expiration_minutes: 480
|
12 |
+
---
|
13 |
+
|
14 |
# GAIA Assessment Agent
|
15 |
|
16 |
This is my submission for the Hugging Face Agents Course final assessment. The agent is designed to answer questions from the GAIA benchmark with high accuracy.
|