Spaces:
Sleeping
Sleeping
helloWorld199
commited on
Commit
•
ea78d41
1
Parent(s):
ed294f4
Update src/webui.py
Browse files- src/webui.py +1 -1
src/webui.py
CHANGED
@@ -7,7 +7,7 @@ from argparse import ArgumentParser
|
|
7 |
|
8 |
import gradio as gr
|
9 |
|
10 |
-
from main import song_cover_pipeline, vocal_only_pipeline
|
11 |
|
12 |
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
13 |
|
|
|
7 |
|
8 |
import gradio as gr
|
9 |
|
10 |
+
from main import song_cover_pipeline, vocal_only_pipeline, vocal_only_pipeline_no_dereverb
|
11 |
|
12 |
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
13 |
|