README example uses incorrect model repo id

#2
by Pika24 - opened

The README currently says:

snapshot_download(repo_id="zhifeixie/Audio-Interaction", local_dir="checkpoints")

But the correct repo id should be:

snapshot_download(repo_id="zhifeixie/AudioInteraction", local_dir="checkpoints")

Otherwise it returns Repository Not Found.

Sign up or log in to comment