--- title: Template Final Assignment emoji: 🕵🏻‍♂️ colorFrom: indigo colorTo: indigo sdk: gradio sdk_version: 5.25.2 app_file: app.py pinned: false hf_oauth: true # optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes. hf_oauth_expiration_minutes: 480 --- # GAIA Benchmark Agent (Level 1) This project implements a multimodal agent for the GAIA benchmark challenge (Level 1), using the [`smolagent`](https://github.com/smol-ai/smolagent) framework. ## Setup ```bash pip install -r requirements.txt ``` Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference