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

here is how to Use in colab #7

Open rachitdeveloper opened 6 months ago

rachitdeveloper commented 6 months ago

👇 https://github.com/rachitdeveloper/resemble-enhance-colab

Stradichenko commented 5 months ago

I'm uncertain of the use and need of this part:

!ssh-keyscan -t rsa remote.moe >> ~/.ssh/known_hosts
!rm /root/.ssh/id_rsa
!ssh-keygen -t rsa -b 4096 -f /root/.ssh/id_rsa -q -N ""
!python /content/resemble-enhance/app.py & ssh -R 80:127.0.0.1:7860 -o StrictHostKeyChecking=no -i /root/.ssh/id_rsa remote.moe