Markdown
Browse files
demo.py
CHANGED
|
@@ -6,7 +6,7 @@ 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.
|
| 10 |
gr.Markdown("## Code By Rejekts")
|
| 11 |
with gr.Tabs():
|
| 12 |
with gr.TabItem("Inference"):
|
|
|
|
| 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"):
|