Update app.py
Browse files
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 |
-
|
| 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"
|