Blane187 commited on
Commit
b67d1cf
1 Parent(s): 5aff962

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +2 -1
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=gr.themes.Base(primary_hue="rose",neutral_hue="zinc")) as app:
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():