Update demo.py
Browse files
demo.py
CHANGED
@@ -3,8 +3,9 @@ import shutil, glob
|
|
3 |
from easyfuncs import download_from_url, CachedModels
|
4 |
os.makedirs("dataset",exist_ok=True)
|
5 |
model_library = CachedModels()
|
|
|
6 |
|
7 |
-
with gr.Blocks(title="easygui v2",theme=
|
8 |
with gr.Row():
|
9 |
gr.Markdown("# EasyGUI V2")
|
10 |
with gr.Tabs():
|
|
|
3 |
from easyfuncs import download_from_url, CachedModels
|
4 |
os.makedirs("dataset",exist_ok=True)
|
5 |
model_library = CachedModels()
|
6 |
+
from infer.modules.vc.modules import VC
|
7 |
|
8 |
+
with gr.Blocks(title="easygui v2",theme="Blane187/fuchsia") as app:
|
9 |
with gr.Row():
|
10 |
gr.Markdown("# EasyGUI V2")
|
11 |
with gr.Tabs():
|