VoicesColeby's picture
Fixed fork: guard deleted-dataset crash
599743a verified
|
Raw
History Blame Contribute Delete
861 Bytes
---
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.