mitudesk commited on
Commit
51e8f88
·
1 Parent(s): 984e49b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -65,7 +65,8 @@ with app:
65
  vc_transform = gr.Number(
66
  label="变调(整数,可以正负,半音数量,升高八度就是12)", value=0)
67
  vc_submit = gr.Button("转换", variant="primary")
68
- vc_output1 = gr.Textbox(label="Output Message")
 
69
  vc_output2 = gr.Audio(label="Output Audio")
70
  gr.Markdown(value="""
71
  ## 注意
 
65
  vc_transform = gr.Number(
66
  label="变调(整数,可以正负,半音数量,升高八度就是12)", value=0)
67
  vc_submit = gr.Button("转换", variant="primary")
68
+ #vc_output1 = gr.Textbox(label="Output Message")
69
+ vc_output1 = gr.Textbox(label=sid2)
70
  vc_output2 = gr.Audio(label="Output Audio")
71
  gr.Markdown(value="""
72
  ## 注意