resemble-ai / resemble-enhance

AI powered speech denoising and enhancement
https://huggingface.co/spaces/ResembleAI/resemble-enhance
MIT License
1.09k stars 103 forks source link

In Ubuntu 22.04, The application stops with an error telling nothing except that cloning the repo has failed #10

Open ghost opened 6 months ago

ghost commented 6 months ago

This occurs because you don't have git-lfs package installed on your OS. Install git-lfs on your Distro. For Ubuntu:

sudo apt install git-lfs

This is also the fix to the gradio app telling that an Error Occurred in 2-3 seconds.

ghost commented 6 months ago

Won't it be good to add it to the documentation too?

enhuiz commented 6 months ago

I'm fixing it a644836