szuweifu commited on
Commit
8bda0a6
·
verified ·
1 Parent(s): a6fdab8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #install_mamba()
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.