Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -15,14 +15,15 @@ short_description: Agent for GAIA Evaluation
|
|
15 |
# π§ Agent for GAIA Evaluation
|
16 |
|
17 |
This project contains a Gemini-powered CodeAgent built with [smolagents](https://github.com/smol-ai/smol-agents) for use
|
18 |
-
in the **GAIA Unit 4 Evaluation**
|
19 |
|
20 |
-
> π§βπ« This app is part of the **Hugging Face Courses** series and was developed as an educational project to showcase how machine
|
|
|
21 |
---
|
22 |
|
23 |
-
```
|
24 |
### π Folder Structure
|
25 |
|
|
|
26 |
Template Final Assignment_app/
|
27 |
β
|
28 |
βββ app.py # Main app with Gradio UI and agent execution logic.
|
|
|
15 |
# π§ Agent for GAIA Evaluation
|
16 |
|
17 |
This project contains a Gemini-powered CodeAgent built with [smolagents](https://github.com/smol-ai/smol-agents) for use
|
18 |
+
in the **GAIA Unit 4 Evaluation** of the [Hugging Face Course](https://hf.co/learn/agents-course/unit0/introduction).
|
19 |
|
20 |
+
> π§βπ« This app is part of the **Hugging Face Courses** series and was developed as an educational project to showcase how machine
|
21 |
+
> learning can be used in real-world event scenarios. Learn more at [Hugging Face Courses](https://huggingface.co/learn).
|
22 |
---
|
23 |
|
|
|
24 |
### π Folder Structure
|
25 |
|
26 |
+
```
|
27 |
Template Final Assignment_app/
|
28 |
β
|
29 |
βββ app.py # Main app with Gradio UI and agent execution logic.
|