A newer version of the Gradio SDK is available: 6.23.1
metadata
title: I See
emoji: 👀
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 4.44.1
app_file: app.py
pinned: false
license: mit
I See
An AI-involved multiple-choice I Spy game from ZygAI Research.
The app uses meta-llama/Llama-3.1-8B-Instruct as the game master. When the player starts, Llama generates all 10 clues, answer sets, correct answers, and explanations in one request. The game then plays from that cached set, which keeps the demo cost-effective.
Hugging Face Space Setup
- Create a Hugging Face Space with
Gradioas the SDK. - Upload
app.py,requirements.txt, and thisREADME.md. - In the Space settings, add a secret named
HF_TOKEN. - Make sure that token has access to
meta-llama/Llama-3.1-8B-Instruct. - Restart the Space.
You can change the model by setting HF_MODEL_ID in the Space environment.
The app binds to Hugging Face's expected host and port automatically through the PORT environment variable.