Vlad-T's picture
Update README.md
35e1833 verified

A newer version of the Gradio SDK is available: 5.29.0

Upgrade
metadata
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
hf_oauth_expiration_minutes: 480

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Usage

  1. Clone this repository
  2. Install the required dependencies:
pip install -r requirements.txt
  1. create a .env file with your OpenAI API key:
HF_API_KEY=your_key_here
HF_MODEL_ID=gpt-4o-mini # or gpt-4o for higher accuracy
  1. Run the application:
python app.py