Hev832 commited on
Commit
f6adf0b
1 Parent(s): d609a25

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +3 -2
demo.py CHANGED
@@ -4,9 +4,10 @@ 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.Soft(primary_hue="blue",neutral_hue="cyan")) as app:
8
  with gr.Row():
9
- gr.HTML("<img src='file/a.png' alt='image'>")
 
10
  with gr.Tabs():
11
  with gr.TabItem("Inference"):
12
  with gr.Row():
 
4
  os.makedirs("dataset",exist_ok=True)
5
  model_library = CachedModels()
6
 
7
+ with gr.Blocks(title="💻 RVC V2",theme=gr.themes.Soft(primary_hue="blue",neutral_hue="cyan")) as app:
8
  with gr.Row():
9
+ gr.markdown("# RVC V2")
10
+ gr.markdown("## Code By Rejekts")
11
  with gr.Tabs():
12
  with gr.TabItem("Inference"):
13
  with gr.Row():