Blane187 commited on
Commit
8508ab8
·
verified ·
1 Parent(s): 377fbff

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="sky",neutral_hue="sky")) as app:
8
  with gr.Row():
9
 
10
  gr.HTML("<img src='https://huggingface.co/spaces/Blane187/RVC_HF_V2/resolve/main/a.png' alt='image'>")
 
4
  os.makedirs("dataset",exist_ok=True)
5
  model_library = CachedModels()
6
 
7
+ with gr.Blocks(title="🔊",theme=gr.themes.Base(primary_hue="#000000",neutral_hue="sky")) as app:
8
  with gr.Row():
9
 
10
  gr.HTML("<img src='https://huggingface.co/spaces/Blane187/RVC_HF_V2/resolve/main/a.png' alt='image'>")