A newer version of the Gradio SDK is available: 6.22.0
metadata
title: GAIA Final Assignment Agent
emoji: 🤖
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: false
python_version: 3.11
hf_oauth: true
GAIA Final Assignment Agent
LangGraph-based multimodal agent for the Hugging Face Agents Course final assignment.
Final graded model configuration
TEXT_MODEL=gpt-4.1VISION_MODEL=gpt-4.1AUDIO_MODEL=gpt-4o-mini-transcribe
Required Space secret
OPENAI_API_KEY
Recommended Space variables
SPACE_OWNER=Miladsaeedi70TEXT_MODEL=gpt-4.1VISION_MODEL=gpt-4.1AUDIO_MODEL=gpt-4o-mini-transcribeOPENAI_TIMEOUT=240OPENAI_MAX_RETRIES=3VIDEO_MAX_FRAMES=24VIDEO_BATCH_SIZE=8
Keep the Space public so the submitted code link can be verified. Store the OpenAI API key only as a Hugging Face Space secret, never in a source file.