Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ import gradio as gr
|
|
| 13 |
|
| 14 |
def install_mamba():
|
| 15 |
subprocess.run(shlex.split("pip install https://github.com/state-spaces/mamba/releases/download/v2.2.2/mamba_ssm-2.2.2+cu122torch2.3cxx11abiFALSE-cp310-cp310-linux_x86_64.whl"))
|
| 16 |
-
|
| 17 |
|
| 18 |
ABOUT = """
|
| 19 |
# RE-USE: A universal speech enhancement model for diverse degradations, sampling rates, and languages.
|
|
|
|
| 13 |
|
| 14 |
def install_mamba():
|
| 15 |
subprocess.run(shlex.split("pip install https://github.com/state-spaces/mamba/releases/download/v2.2.2/mamba_ssm-2.2.2+cu122torch2.3cxx11abiFALSE-cp310-cp310-linux_x86_64.whl"))
|
| 16 |
+
install_mamba()
|
| 17 |
|
| 18 |
ABOUT = """
|
| 19 |
# RE-USE: A universal speech enhancement model for diverse degradations, sampling rates, and languages.
|