vagrillo commited on
Commit
4b68c10
·
verified ·
1 Parent(s): 90ba39e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import logging
5
  from huggingface_hub import hf_hub_download
6
  from audio_separator.separator import Separator
7
  # Import the module where models are actually defined
8
- from audio_separator.separator.architectures import bs_roformer_separator
9
 
10
  # --- Configuration ---
11
  REPO_ID = "anvuew/dereverb_room"
 
5
  from huggingface_hub import hf_hub_download
6
  from audio_separator.separator import Separator
7
  # Import the module where models are actually defined
8
+ import bs_roformer_separator
9
 
10
  # --- Configuration ---
11
  REPO_ID = "anvuew/dereverb_room"