Blane187 commited on
Commit
a7867ab
1 Parent(s): a7d3800

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from easyfuncs import download_from_url, CachedModels
4
  os.makedirs("dataset",exist_ok=True)
5
  model_library = CachedModels()
6
 
7
- with gr.Blocks(title="🔊",theme=gr.themes.Base(primary_hue="rose",neutral_hue="zinc")) as app:
8
  with gr.Row():
9
  gr.HTML("<img src='file/a.png' alt='image'>")
10
  with gr.Tabs():
 
4
  os.makedirs("dataset",exist_ok=True)
5
  model_library = CachedModels()
6
 
7
+ with gr.Blocks(title="RVC V2",theme="Blane187/fuchsia") as app:
8
  with gr.Row():
9
  gr.HTML("<img src='file/a.png' alt='image'>")
10
  with gr.Tabs():