Spaces:
Sleeping
Sleeping
Next
commited on
Commit
•
3df11c7
1
Parent(s):
3fc3d8d
Update src/webui.py
Browse files- src/webui.py +3 -1
src/webui.py
CHANGED
@@ -5,10 +5,12 @@ import urllib.request
|
|
5 |
import zipfile
|
6 |
import gdown
|
7 |
from argparse import ArgumentParser
|
8 |
-
|
9 |
import gradio as gr
|
10 |
|
11 |
from main import song_cover_pipeline
|
|
|
|
|
12 |
|
13 |
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
14 |
|
|
|
5 |
import zipfile
|
6 |
import gdown
|
7 |
from argparse import ArgumentParser
|
8 |
+
|
9 |
import gradio as gr
|
10 |
|
11 |
from main import song_cover_pipeline
|
12 |
+
from applio import *
|
13 |
+
|
14 |
|
15 |
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
16 |
|