A newer version of the Gradio SDK is available:
6.1.0
metadata
title: CircleCI Test Collection Helper Space
sdk: gradio
emoji: π
colorTo: gray
CircleCI Test Collection Helper Space
This directory contains the code for a Hugging Face Space hosted at
transformers-community/circleci-test-collection-helper.
The Space reads aggregated CircleCI reports from the dataset
transformers-community/circleci-test-results
and exposes a lightweight UI to search by repository, pull request number, or commit SHA.
Environment variables
CIRCLECI_RESULTS_DATASET_ID(optional): override the dataset to query. Defaults totransformers-community/circleci-test-results.
Local development
pip install -r requirements.txt
python app.py
Then open the printed local Gradio URL to inspect the UI.