Runtime error

#74
by Barry15916 - opened

When I attempt to log into https://huggingface.co/spaces/mrfakename/E2-F5-TTS I get runtime error ("This Space has encountered a runtime error that prevents it from running. Open a discussion in the Community tab or try to fix the Space yourself by duplicating it.")
How can I "fix the Space yourself by duplicating it"?

Fixed! Sorry about that, was an issue with HF Spaces

The space is not working for now, I continually getting runtime error. Also can you enable above version please?

Restarting could solve the issue, could you please restart the space?
https://discuss.huggingface.co/t/zero-gpu-worker-error/166246/31

I restarted the space

It's down again ๐Ÿ˜ž

pytorch_model.bin:   0%|          | 0.00/54.4M [00:00<?, ?B/s]
pytorch_model.bin:   0%|          | 0.00/54.4M [00:00<?, ?B/s]
Traceback (most recent call last):
  File "/home/user/app/app.py", line 7, in <module>
    f5tts = F5TTS()
  File "/usr/local/lib/python3.10/site-packages/f5_tts/api.py", line 61, in __init__
    self.vocoder = load_vocoder(
  File "/usr/local/lib/python3.10/site-packages/f5_tts/infer/utils_infer.py", line 115, in load_vocoder
    model_path = hf_hub_download(repo_id=repo_id, cache_dir=hf_cache_dir, filename="pytorch_model.bin")
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn
    return fn(*args, **kwargs)
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1010, in hf_hub_download
    return _hf_hub_download_to_cache_dir(
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1171, in _hf_hub_download_to_cache_dir
    _download_to_tmp_and_move(
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1723, in _download_to_tmp_and_move
    xet_get(
  File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 629, in xet_get
    download_files(
RuntimeError: Data processing error: I/O error: Permission denied (os error 13)

Restarted it!

Sign up or log in to comment