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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -6,7 +6,9 @@ model_library = CachedModels()
6
 
7
  with gr.Blocks(title="🔊",theme=gr.themes.Base(primary_hue="sky",neutral_hue="sky")) 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():
 
6
 
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():