NeoPy commited on
Commit
2ee914a
·
verified ·
1 Parent(s): f879545

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +5 -5
demo.py CHANGED
@@ -25,11 +25,11 @@ with gr.Blocks(title="🔊", theme=gr.themes.Base(primary_hue="blue", neutral_hu
25
  visible=False,
26
  interactive=True,
27
  )
28
- vc_transform0 = gr.Number(
29
- label="Pitch",
30
- value=0
31
- )
32
- but0 = gr.Button(value="Convert", variant="primary")
33
  with gr.Row():
34
  with gr.Column():
35
  with gr.Row():
 
25
  visible=False,
26
  interactive=True,
27
  )
28
+ vc_transform0 = gr.Number(
29
+ label="Pitch",
30
+ value=0
31
+ )
32
+ but0 = gr.Button(value="Convert", variant="primary")
33
  with gr.Row():
34
  with gr.Column():
35
  with gr.Row():