Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ model_library = CachedModels()
|
|
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
|
11 |
-
toggle_dark = gr.Button(value="Toggle Dark")
|
12 |
with gr.Tabs():
|
13 |
with gr.TabItem("Inference"):
|
14 |
with gr.Row():
|
|
|
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'>")
|
11 |
+
#toggle_dark = gr.Button(value="Toggle Dark")
|
12 |
with gr.Tabs():
|
13 |
with gr.TabItem("Inference"):
|
14 |
with gr.Row():
|