Update demo.py
Browse files
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="
|
8 |
with gr.Row():
|
9 |
-
gr.
|
|
|
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():
|