ken2ki commited on
Commit
dde41ea
·
1 Parent(s): b09c490

Restore Space config in README so the app can start.

Browse files

Hugging Face needs the YAML header to know how to run the Gradio app.

Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # GAIA Agent
2
 
3
  A **smolagents**-based question-answering agent with tools, verification, and a configurable pipeline.
 
1
+ ---
2
+ title: GAIA Agent
3
+ emoji: 🕵🏻‍♂️
4
+ colorFrom: indigo
5
+ colorTo: indigo
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 Agent
15
 
16
  A **smolagents**-based question-answering agent with tools, verification, and a configurable pipeline.