audio-course-u7-assessment is not working

#16
by hamza666 - opened

I have created a space for the speech-to-speech-translation but as I go for assessment I'm seeing these below runtime errors. Please help me How I assess?

runtime error
ggingface.co/datasets/huggingface-course/audio-course-u7-hands-on into local empty directory.
Traceback (most recent call last):
File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/repository.py", line 668, in clone_from
run_subprocess(
File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/subprocess.py", line 83, in run_subprocess
return subprocess.run(
File "/usr/local/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['git', 'lfs', 'clone', 'https://user:hf
**********************************@huggingface.co/datasets/huggingface-course/audio-course-u7-hands-on', '.']' returned non-zero exit status 2.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/user/app/app.py", line 19, in
usernames_repo = Repository(local_dir="usernames", clone_from=usernames_url, use_auth_token=HF_TOKEN)
File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
return fn(*args, **kwargs)
File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/repository.py", line 515, in init
self.clone_from(repo_url=clone_from)
File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
return fn(*args, **kwargs)
File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/repository.py", line 708, in clone_from
raise EnvironmentError(exc.stderr)
OSError: WARNING: git lfs clone is deprecated and will not be updated
with new flags from git clone

git clone has been updated in upstream Git to have comparable
speeds to git lfs clone.
Cloning into '.'...
remote: Invalid username or password.
fatal: Authentication failed for 'https://huggingface.co/datasets/huggingface-course/audio-course-u7-hands-on/'
Error(s) during clone:
git clone failed: exit status 128

Sign up or log in to comment