File size: 861 Bytes
cebe970 599743a cebe970 599743a cebe970 599743a cebe970 599743a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
title: Check My Progress Audio Course (Fixed Fork)
emoji: ๐
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: false
---
Community fork of [`MariaK/Check-my-progress-Audio-Course`](https://huggingface.co/spaces/MariaK/Check-my-progress-Audio-Course)
that fixes the upstream `RUNTIME_ERROR`.
**Root cause:** the original calls `certification()` at import time, and its
Unit 7 branch downloads `usernames.csv` from the `huggingface-course/audio-course-u7-hands-on`
dataset โ which has been deleted (404) โ with no error handling, so the Space
crashed on startup.
**Fix:** don't run the check at import, guard the Unit 7 download, and handle a
blank username. Units 4/5/6 are verified exactly as upstream (against your models
on the Hub). Unit 7's automatic check is unavailable upstream and is reported as such.
|