Audio-to-Audio
MambaSSM
Safetensors
streaming speech-enhancement
speech-enhancement
universal speech enhancement
multiple input sampling rates
language-agnostic
Instructions to use nvidia/Real-time_RE-USE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MambaSSM
How to use nvidia/Real-time_RE-USE with MambaSSM:
from mamba_ssm import MambaLMHeadModel model = MambaLMHeadModel.from_pretrained("nvidia/Real-time_RE-USE") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -38,6 +38,7 @@ This model is for research and development only.
|
|
| 38 |
|
| 39 |
## Usage
|
| 40 |
Directly try our [**Gradio Interactive Demo**](https://huggingface.co/spaces/nvidia/Real-time_RE-USE) by uploading your noisy audio/video !!
|
|
|
|
| 41 |
!! Note that this demo page uses offline inference, so you can easily check the audio quality not the latency.
|
| 42 |
|
| 43 |
## Environment Setup
|
|
|
|
| 38 |
|
| 39 |
## Usage
|
| 40 |
Directly try our [**Gradio Interactive Demo**](https://huggingface.co/spaces/nvidia/Real-time_RE-USE) by uploading your noisy audio/video !!
|
| 41 |
+
|
| 42 |
!! Note that this demo page uses offline inference, so you can easily check the audio quality not the latency.
|
| 43 |
|
| 44 |
## Environment Setup
|