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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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?download=true' alt='image'>")
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():