richiejp commited on
Commit
671ef48
·
verified ·
1 Parent(s): 72a372f

Update Space for v1.1 release

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -191,8 +191,6 @@ except ImportError:
191
  _dbg = None
192
  DEBUG_AVAILABLE = False
193
 
194
- raise ValueError(f"unknown smoother mode: {mode!r}")
195
-
196
 
197
  def _noise_gate(x: np.ndarray, threshold_dbfs: float) -> np.ndarray:
198
  """Hard-gate frames whose RMS is below `threshold_dbfs` to zero.
 
191
  _dbg = None
192
  DEBUG_AVAILABLE = False
193
 
 
 
194
 
195
  def _noise_gate(x: np.ndarray, threshold_dbfs: float) -> np.ndarray:
196
  """Hard-gate frames whose RMS is below `threshold_dbfs` to zero.